Skip to content

Commit

Permalink
Remove UnSpreadOperatorRector from skip
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik authored Sep 9, 2023
1 parent d3feca4 commit fd6e1b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Rector\CodeQuality\Rector\Array_\CallableThisArrayToAnonymousFunctionRector;
use Rector\CodingStyle\Rector\ArrowFunction\StaticArrowFunctionRector;
use Rector\CodingStyle\Rector\ClassMethod\UnSpreadOperatorRector;
use Rector\CodingStyle\Rector\Closure\StaticClosureRector;
use Rector\Config\RectorConfig;
use Rector\Php81\Rector\Array_\FirstClassCallableRector;
Expand All @@ -31,7 +30,6 @@
__DIR__ . '/src/Command/Preview',
__DIR__ . '/src/Middleware/Routed/Preview',
CallableThisArrayToAnonymousFunctionRector::class,
UnSpreadOperatorRector::class,
StaticArrowFunctionRector::class => [
__DIR__ . '/spec',
],
Expand Down

0 comments on commit fd6e1b4

Please sign in to comment.