Passed
Pull Request — master (#703)
by
unknown
01:43
created
lib/Phpfastcache/Helper/Psr16Adapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
136 136
             $keys = \iterator_to_array($keys);
137 137
         }
138 138
         try {
139
-            return array_map(function (ExtendedCacheItemInterface $item) {
139
+            return array_map(function(ExtendedCacheItemInterface $item) {
140 140
                 return $item->get();
141 141
             }, $this->internalCacheInstance->getItems($keys));
142 142
         } catch (PhpfastcacheInvalidArgumentException $e) {
Please login to merge, or discard this patch.