Passed
Push — master ( d26b0f...4c6d6e )
by Jonathan
31:48
created
lib/Doctrine/Common/Cache/PredisCache.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
         }
70 70
 
71 71
         // No lifetime, use MSET
72
-        $response = $this->client->mset(array_map(static function ($value) {
72
+        $response = $this->client->mset(array_map(static function($value) {
73 73
             return serialize($value);
74 74
         }, $keysAndValues));
75 75
 
Please login to merge, or discard this patch.