Browse Source

Revert splitting up `@throws` tag as CS doesn't like it.

ndm2 12 years ago
parent
commit
166ecc2a83
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/test_app/TestApp/Controller/PagesController.php

+ 2 - 2
tests/test_app/TestApp/Controller/PagesController.php

@@ -50,8 +50,8 @@ class PagesController extends AppController {
  *
  * @param mixed What page to display
  * @return void
- * @throws \Cake\Error\NotFoundException When the view file could not be found.
- * @throws \Cake\Error\MissingViewException in debug mode.
+ * @throws Cake\Error\NotFoundException When the view file could not be found
+ *	or Cake\Error\MissingViewException in debug mode.
  */
 	public function display() {
 		$path = func_get_args();