We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315ba79 commit 32ad4d3Copy full SHA for 32ad4d3
rector.php
@@ -4,7 +4,6 @@
4
5
use Rector\Config\RectorConfig;
6
use Rector\Php80\Rector\Class_\StringableForToStringRector;
7
-use Rector\Php83\Rector\ClassMethod\AddOverrideAttributeToOverriddenMethodsRector;
8
9
return RectorConfig::configure()
10
->withPaths([
@@ -16,5 +15,5 @@
16
15
->withPhpSets()
17
->withSkip([
18
StringableForToStringRector::class,
19
- AddOverrideAttributeToOverriddenMethodsRector::class,
+ // Rector\Php83\Rector\ClassMethod\AddOverrideAttributeToOverriddenMethodsRector::class,
20
]);
0 commit comments