diff --git a/cake/libs/controller/component.php b/cake/libs/controller/component.php index bc8d2b1e2..9af7a1ff2 100644 --- a/cake/libs/controller/component.php +++ b/cake/libs/controller/component.php @@ -24,6 +24,7 @@ * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ /** + * Base class for all CakePHP Components. * * @package cake * @subpackage cake.cake.libs.controller @@ -47,7 +48,7 @@ class Component extends Object { /** * Constructor * - * @return Component + * @return object */ function __construct() { }