Completed
Push — master ( 12beb0...b07b53 )
by Sergii
02:29
created
src/Worker.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
 
118 118
                 $commands[$command] = $command;
119 119
 
120
-                unset($commands[$processor($command, $commands, function (
120
+                unset($commands[$processor($command, $commands, function(
121 121
                     $return_previous,
122 122
                     array $current_commands,
123 123
                     array $existing_commands
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
 
155 155
         // Filtering have not been performed and we dealing with array of arrays.
156 156
         if (is_array($command)) {
157
-            $this->filter(function () {
157
+            $this->filter(function() {
158 158
                 return '';
159 159
             });
160 160
         }
Please login to merge, or discard this patch.