Browse Source

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

Fixed controller phpdoc-type of Controller::$Components property
ADmad 14 years ago
parent
commit
01992dd8b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Controller/Controller.php

+ 1 - 1
lib/Cake/Controller/Controller.php

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