mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Merge pull request #254 from jpirkey/jpirkey-20111018-fix-controller-phpdoc
Fixed controller phpdoc-type of Controller::$Components property
This commit is contained in:
commit
01992dd8b7
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ class Controller extends Object {
|
|||
/**
|
||||
* Instance of ComponentCollection used to handle callbacks.
|
||||
*
|
||||
* @var string
|
||||
* @var ComponentCollection
|
||||
*/
|
||||
public $Components = null;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue