@@ -319,7 +319,7 @@ |
||
319 | 319 | * @TODO Move logic into "EventSubscriber" |
320 | 320 | * |
321 | 321 | * @param OutputInterface $output |
322 | - * @return bool |
|
322 | + * @return null|false |
|
323 | 323 | */ |
324 | 324 | public function checkVarDir(OutputInterface $output) |
325 | 325 | { |
@@ -20,7 +20,6 @@ |
||
20 | 20 | use Symfony\Component\Console\Input\InputInterface; |
21 | 21 | use Symfony\Component\Console\Input\InputOption; |
22 | 22 | use Symfony\Component\Console\Output\ConsoleOutput; |
23 | -use Symfony\Component\Console\Output\NullOutput; |
|
24 | 23 | use Symfony\Component\Console\Output\OutputInterface; |
25 | 24 | use Symfony\Component\EventDispatcher\EventDispatcher; |
26 | 25 | use UnexpectedValueException; |