Completed
Push — master ( dc35e7...925fad )
by Paweł
02:42
created
src/CommandReflection.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,8 +39,7 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.