We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315aae4 commit f78703cCopy full SHA for f78703c
1 file changed
config/sets/symfony/symfony7/symfony73/symfony73-console.php
@@ -5,12 +5,10 @@
5
use Rector\Config\RectorConfig;
6
use Rector\Symfony\Symfony73\Rector\Class_\CommandDefaultNameAndDescriptionToAsCommandAttributeRector;
7
use Rector\Symfony\Symfony73\Rector\Class_\CommandHelpToAttributeRector;
8
-use Rector\Symfony\Symfony73\Rector\Class_\InvokableCommandInputAttributeRector;
9
10
return static function (RectorConfig $rectorConfig): void {
11
$rectorConfig->rules([
12
CommandHelpToAttributeRector::class,
13
- InvokableCommandInputAttributeRector::class,
14
CommandDefaultNameAndDescriptionToAsCommandAttributeRector::class,
15
]);
16
};
0 commit comments