Completed
Branch master (ca7cd4)
by Michal
02:20
created
app/Drivers/Redis/RedisDataManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -292,7 +292,7 @@
 block discarded – undo
292 292
 
293 293
     public function execute($commands)
294 294
     {
295
-        $listOfCommands = array_filter(array_map('trim', explode("\n", $commands)), function ($command) {
295
+        $listOfCommands = array_filter(array_map('trim', explode("\n", $commands)), function($command) {
296 296
             return $command;
297 297
         });
298 298
 
Please login to merge, or discard this patch.