Browse Source

Fixing a phpdoc-type for Controller->Components property

Jason Pirkey 14 years ago
parent
commit
eb5b4fa301
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;