Skip to content

Commit f78703c

Browse files
committed
Remove InvokableCommandInputAttributeRector from set
1 parent 315aae4 commit f78703c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

config/sets/symfony/symfony7/symfony73/symfony73-console.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@
55
use Rector\Config\RectorConfig;
66
use Rector\Symfony\Symfony73\Rector\Class_\CommandDefaultNameAndDescriptionToAsCommandAttributeRector;
77
use Rector\Symfony\Symfony73\Rector\Class_\CommandHelpToAttributeRector;
8-
use Rector\Symfony\Symfony73\Rector\Class_\InvokableCommandInputAttributeRector;
98

109
return static function (RectorConfig $rectorConfig): void {
1110
$rectorConfig->rules([
1211
CommandHelpToAttributeRector::class,
13-
InvokableCommandInputAttributeRector::class,
1412
CommandDefaultNameAndDescriptionToAsCommandAttributeRector::class,
1513
]);
1614
};

0 commit comments

Comments
 (0)