mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Fixing a phpdoc-type for Controller->Components property
This commit is contained in:
parent
55064b6573
commit
eb5b4fa301
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ class Controller extends Object {
|
||||||
/**
|
/**
|
||||||
* Instance of ComponentCollection used to handle callbacks.
|
* Instance of ComponentCollection used to handle callbacks.
|
||||||
*
|
*
|
||||||
* @var string
|
* @var ComponentCollection
|
||||||
*/
|
*/
|
||||||
public $Components = null;
|
public $Components = null;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue