Completed
Pull Request — master (#718)
by Georges
03:54 queued 02:20
created
lib/Phpfastcache/Helper/ActOnAll.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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);
Please login to merge, or discard this patch.