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 5603009 commit 4d0c8c6Copy full SHA for 4d0c8c6
1 file changed
rector.php
@@ -84,8 +84,8 @@
84
]);
85
86
$rectorConfig->skip([
87
- AddSeeTestAnnotationRector::class,
88
- ChangeAndIfToEarlyReturnRector::class,
+ // AddSeeTestAnnotationRector::class,
+ // ChangeAndIfToEarlyReturnRector::class,
89
DowngradeArrayFilterNullableCallbackRector::class,
90
EncapsedStringsToSprintfRector::class,
91
ExplicitBoolCompareRector::class,
@@ -106,9 +106,9 @@
106
__DIR__.'/src/Foundation/Authenticators/AggregateAuthenticator.php',
107
__DIR__.'/src/Foundation/Exceptions/RequestException.php',
108
],
109
- StaticClosureRector::class => [
110
- __DIR__.'/tests',
111
- ],
+ // StaticClosureRector::class => [
+ // __DIR__.'/tests',
+ // ],
112
StringToClassConstantRector::class => [
113
__DIR__.'/src/Foundation/Rfc',
114
__DIR__.'/src/*/Messages/*.php',
0 commit comments