@@ -30,7 +30,7 @@ |
||
30 | 30 | /** |
31 | 31 | * @var boolean |
32 | 32 | * @var string |
33 | - */ |
|
33 | + */ |
|
34 | 34 | protected $docBlockIsParsed = false; |
35 | 35 | |
36 | 36 | /** |
@@ -150,8 +150,7 @@ |
||
150 | 150 | $args_and_options = $commandData->getArgsAndOptions(); |
151 | 151 | $args = [ $args_and_options ]; |
152 | 152 | $result = $this->runCommandCallback($commandCallback, $commandData, $args); |
153 | - } |
|
154 | - else { |
|
153 | + } else { |
|
155 | 154 | // Run the command, alter the results, and then handle output and status |
156 | 155 | $result = $this->runCommandCallback($commandCallback, $commandData); |
157 | 156 | } |