Passed
Push — master ( a1a2b3...2e6f5b )
by Robson
02:14
created
src/Storages/Redis.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     {
44 44
         $keys = $this->redisClient->keys($this->addPrefix($key));
45 45
 
46
-        return array_filter($keys, function ($key) {
46
+        return array_filter($keys, function($key) {
47 47
             return $this->removePrefix($key);
48 48
         });
49 49
     }
Please login to merge, or discard this patch.