Skip to content

Commit

Permalink
Fixing a phpdoc-type for Controller->Components property
Browse files Browse the repository at this point in the history
  • Loading branch information
j03k64 committed Oct 18, 2011
1 parent 55064b6 commit eb5b4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Controller/Controller.php
Expand Up @@ -171,7 +171,7 @@ class Controller extends Object {
/**
* Instance of ComponentCollection used to handle callbacks.
*
* @var string
* @var ComponentCollection
*/
public $Components = null;

Expand Down

0 comments on commit eb5b4fa

Please sign in to comment.