ProcessCommand: drop setVerbosity(), not needed

This commit is contained in:
TomasVotruba 2018-02-23 11:10:00 +01:00
parent 47eac7354d
commit 985830357f

View File

@ -122,8 +122,6 @@ final class ProcessCommand extends Command
protected function execute(InputInterface $input, OutputInterface $output): int
{
$this->consoleStyle->setVerbosity($output->getVerbosity());
$this->additionalAutoloader->autoloadWithInput($input);
$this->ensureSomeRectorsAreRegistered();