mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-25 04:03:55 +01:00
ProcessCommand: drop setVerbosity(), not needed
This commit is contained in:
parent
47eac7354d
commit
985830357f
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user