Merge pull request #254 from jpirkey/jpirkey-20111018-fix-controller-phpdoc

Fixed controller phpdoc-type of Controller::$Components property
This commit is contained in:
ADmad 2011-10-18 05:57:21 -07:00
commit 01992dd8b7

View file

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