@@ -15,7 +15,7 @@ |
||
| 15 | 15 | public function getCommands() |
| 16 | 16 | { |
| 17 | 17 | if (property_exists($this, 'commands')) { |
| 18 | - return array_map(function ($command) { |
|
| 18 | + return array_map(function($command) { |
|
| 19 | 19 | $this->verifyCommand($command); |
| 20 | 20 | |
| 21 | 21 | return $command; |