@@ -1,11 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Consolidation\AnnotatedCommand; |
3 | 3 | |
4 | -use Symfony\Component\Console\Command\Command; |
|
5 | -use Symfony\Component\Console\Input\InputInterface; |
|
6 | 4 | use Symfony\Component\Console\Output\OutputInterface; |
7 | 5 | use Symfony\Component\Console\Output\ConsoleOutputInterface; |
8 | - |
|
9 | 6 | use Consolidation\OutputFormatters\FormatterManager; |
10 | 7 | use Consolidation\OutputFormatters\FormatterOptions; |
11 | 8 | use Consolidation\AnnotatedCommand\Hooks\HookManager; |
@@ -150,7 +150,7 @@ |
||
150 | 150 | * should select the output format that is most appropriate |
151 | 151 | * for use in scripts (e.g. to pipe to another command). |
152 | 152 | * |
153 | - * @return string |
|
153 | + * @return boolean |
|
154 | 154 | */ |
155 | 155 | protected function getFormat($options) |
156 | 156 | { |