Skip to content

Commit 32ad4d3

Browse files
committed
Skip AddOverrideAttributeToOverriddenMethodsRector
1 parent 315ba79 commit 32ad4d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rector.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Rector\Config\RectorConfig;
66
use Rector\Php80\Rector\Class_\StringableForToStringRector;
7-
use Rector\Php83\Rector\ClassMethod\AddOverrideAttributeToOverriddenMethodsRector;
87

98
return RectorConfig::configure()
109
->withPaths([
@@ -16,5 +15,5 @@
1615
->withPhpSets()
1716
->withSkip([
1817
StringableForToStringRector::class,
19-
AddOverrideAttributeToOverriddenMethodsRector::class,
18+
// Rector\Php83\Rector\ClassMethod\AddOverrideAttributeToOverriddenMethodsRector::class,
2019
]);

0 commit comments

Comments
 (0)