@@ -22,7 +22,7 @@ |
||
22 | 22 | $reflection = new ReflectionClass($command); |
23 | 23 | |
24 | 24 | if ($constructor = $reflection->getConstructor()) { |
25 | - $injected = array_map(function ($parameter) use ($input, $extra) { |
|
25 | + $injected = array_map(function($parameter) use ($input, $extra) { |
|
26 | 26 | return $this->getParameterValueForCommand($input, $parameter, $extra); |
27 | 27 | }, $constructor->getParameters()); |
28 | 28 | } |