mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
commit
3522378925
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ class ClassRegistry {
|
|||
*
|
||||
* @param string $alias Alias to check.
|
||||
* @param string $class Class name.
|
||||
* @return bool
|
||||
* @return bool|object Object stored in registry or `false` if the object does not exist.
|
||||
*/
|
||||
protected function &_duplicate($alias, $class) {
|
||||
$duplicate = false;
|
||||
|
|
Loading…
Reference in a new issue