mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-25 04:03:55 +01:00
[cs] fix
This commit is contained in:
parent
22fb9fa12d
commit
c854db2c53
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user