mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Expanding doc block for ClassRegistry.
This commit is contained in:
parent
26aa3731e0
commit
fccfe14e8d
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ class ClassRegistry {
|
|||
* Return object which corresponds to given key.
|
||||
*
|
||||
* @param string $key Key of object to look for
|
||||
* @return mixed Object stored in registry
|
||||
* @return mixed Object stored in registry or boolean false if the object does not exist.
|
||||
* @access public
|
||||
* @static
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue