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