@@ -117,7 +117,7 @@ discard block |
||
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 |
||
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 | } |