Passed
Push — main ( 2253bc...876ec6 )
by Aleksandar
02:29
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.