Fixing a phpdoc-type for Controller->Components property

This commit is contained in:
Jason Pirkey 2011-10-18 01:10:10 -04:00
parent 55064b6573
commit eb5b4fa301

View file

@ -171,7 +171,7 @@ class Controller extends Object {
/** /**
* Instance of ComponentCollection used to handle callbacks. * Instance of ComponentCollection used to handle callbacks.
* *
* @var string * @var ComponentCollection
*/ */
public $Components = null; public $Components = null;