Skip to content

Commit 2e30d30

Browse files
authored
Remove InvokableCommandInputAttributeRector from set (#901)
* Remove InvokableCommandInputAttributeRector from set * remove test set
1 parent e8d6c64 commit 2e30d30

File tree

4 files changed

+0
-112
lines changed

4 files changed

+0
-112
lines changed

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
};

tests/Set/Symfony73/Fixture/command_remove_config.php.inc

Lines changed: 0 additions & 72 deletions
This file was deleted.

tests/Set/Symfony73/Symfony73Test.php

Lines changed: 0 additions & 28 deletions
This file was deleted.

tests/Set/Symfony73/config/symfony73.php

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)