Passed
Pull Request — v6 (#704)
by
unknown
03:55 queued 01:33
created
src/phpFastCache/Helper/Psr16Adapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
             $keys = \iterator_to_array($keys);
129 129
         }
130 130
         try {
131
-            return array_map(function (ExtendedCacheItemInterface $item) {
131
+            return array_map(function(ExtendedCacheItemInterface $item) {
132 132
                 return $item->get();
133 133
             }, $this->internalCacheInstance->getItems($keys));
134 134
         } catch (phpFastCacheInvalidArgumentException $e) {
Please login to merge, or discard this patch.