@@ -41,7 +41,7 @@ |
||
41 | 41 | */ |
42 | 42 | public function __construct(iterable $commands = []) |
43 | 43 | { |
44 | - $this->commands = (static function (Command ...$commands) { |
|
44 | + $this->commands = (static function(Command ...$commands) { |
|
45 | 45 | return $commands; |
46 | 46 | })(...$commands); |
47 | 47 | } |