Updating all @package annotations in doc blocks

This commit is contained in:
Jose Lorenzo Rodriguez 2011-07-26 01:46:14 -04:30
parent 21ff9caac7
commit cfd2d9e00b
547 changed files with 1294 additions and 1294 deletions
lib/Cake/Controller

View file

@ -4,7 +4,7 @@
*
* Controller used by ErrorHandler to render error views.
*
* @package cake.libs
* @package Cake.Controller
*/
class CakeErrorController extends AppController {
public $name = 'CakeError';