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 d3feca4 commit fd6e1b4Copy full SHA for fd6e1b4
rector.php
@@ -4,7 +4,6 @@
4
5
use Rector\CodeQuality\Rector\Array_\CallableThisArrayToAnonymousFunctionRector;
6
use Rector\CodingStyle\Rector\ArrowFunction\StaticArrowFunctionRector;
7
-use Rector\CodingStyle\Rector\ClassMethod\UnSpreadOperatorRector;
8
use Rector\CodingStyle\Rector\Closure\StaticClosureRector;
9
use Rector\Config\RectorConfig;
10
use Rector\Php81\Rector\Array_\FirstClassCallableRector;
@@ -31,7 +30,6 @@
31
30
__DIR__ . '/src/Command/Preview',
32
__DIR__ . '/src/Middleware/Routed/Preview',
33
CallableThisArrayToAnonymousFunctionRector::class,
34
- UnSpreadOperatorRector::class,
35
StaticArrowFunctionRector::class => [
36
__DIR__ . '/spec',
37
],
0 commit comments