@@ -39,8 +39,7 @@ |
||
39 | 39 | $commandReflection = new \ReflectionClass($this->commandClass); |
40 | 40 | |
41 | 41 | return $commandParameters = $commandReflection->getConstructor() ? |
42 | - $commandReflection->getConstructor()->getParameters() : |
|
43 | - []; |
|
42 | + $commandReflection->getConstructor()->getParameters() : []; |
|
44 | 43 | } |
45 | 44 | |
46 | 45 | /** |