Passed
Push — main ( 30a9d6...9e5ee7 )
by Aleksandar
09:45 queued 02:25
created
src/Drivers/PredisDriver.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,6 +112,6 @@
 block discarded – undo
112 112
             $command[] = $value;
113 113
         }
114 114
 
115
-       $this->client->executeRaw($command);
115
+        $this->client->executeRaw($command);
116 116
     }
117 117
 }
118 118
\ No newline at end of file
Please login to merge, or discard this patch.