@@ -1,11 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Consolidation\AnnotatedCommand; |
3 | 3 | |
4 | -use Symfony\Component\Console\Command\Command; |
|
5 | 4 | use Symfony\Component\Console\Input\InputInterface; |
6 | 5 | use Symfony\Component\Console\Output\OutputInterface; |
7 | 6 | use Symfony\Component\Console\Output\ConsoleOutputInterface; |
8 | - |
|
9 | 7 | use Consolidation\OutputFormatters\FormatterManager; |
10 | 8 | use Consolidation\OutputFormatters\FormatterOptions; |
11 | 9 | use Consolidation\AnnotatedCommand\Hooks\HookManager; |
@@ -252,7 +252,7 @@ |
||
252 | 252 | * @param int $status |
253 | 253 | * @param string $structuredOutput |
254 | 254 | * @param mixed $originalResult |
255 | - * @return type |
|
255 | + * @return integer |
|
256 | 256 | */ |
257 | 257 | protected function writeErrorMessage($output, $status, $structuredOutput, $originalResult) |
258 | 258 | { |