@@ -41,7 +41,7 @@ discard block |
||
41 | 41 | public function __construct() |
42 | 42 | { |
43 | 43 | @\trigger_error(\sprintf('Class "%s" is deprecated and will be removed in the next major release (8.x).', static::class), \E_USER_DEPRECATED); |
44 | - $this->instances =& CacheManager::getInternalInstances(); |
|
44 | + $this->instances = & CacheManager::getInternalInstances(); |
|
45 | 45 | } |
46 | 46 | |
47 | 47 | /** |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | */ |
50 | 50 | protected function getGenericCallback(): \Closure |
51 | 51 | { |
52 | - return function ($method, $args) { |
|
52 | + return function($method, $args) { |
|
53 | 53 | $return = []; |
54 | 54 | foreach ($this->instances as $instance) { |
55 | 55 | $reflectionMethod = new \ReflectionMethod(\get_class($instance), $method); |