This commit is contained in:
Tomas Votruba 2018-04-09 15:08:45 +02:00
parent 22fb9fa12d
commit c854db2c53

View File

@ -48,12 +48,7 @@ final class DescribeCommand extends Command
{
$this->setName(CommandNaming::classToName(self::class));
$this->setDescription('Shows detailed description of loaded Rectors.');
$this->addOption(
Option::OPTION_NO_DIFFS,
null,
InputOption::VALUE_NONE,
'Hide examplary diffs.'
);
$this->addOption(Option::OPTION_NO_DIFFS, null, InputOption::VALUE_NONE, 'Hide examplary diffs.');
}
protected function execute(InputInterface $input, OutputInterface $output): int