@@ -292,7 +292,7 @@ |
||
| 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 | |