From eb5b4fa3012d52b58dbaae3b7bf0aa6bb89f46a0 Mon Sep 17 00:00:00 2001 From: Jason Pirkey Date: Tue, 18 Oct 2011 01:10:10 -0400 Subject: [PATCH] Fixing a phpdoc-type for Controller->Components property --- lib/Cake/Controller/Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Controller/Controller.php b/lib/Cake/Controller/Controller.php index 38e044361..e6069e9ef 100644 --- a/lib/Cake/Controller/Controller.php +++ b/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;