Skip to content

Commit

Permalink
Fix rector
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Oct 4, 2023
1 parent 621946d commit 1e10110
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rector.php
Expand Up @@ -6,7 +6,6 @@
use Rector\Config\RectorConfig;
use Rector\Php55\Rector\Class_\ClassConstantToSelfClassRector;
use Rector\Php55\Rector\String_\StringClassNameToClassConstantRector;
use Rector\Php56\Rector\FunctionLike\AddDefaultValueForUndefinedVariableRector;
use Rector\Php73\Rector\FuncCall\JsonThrowOnErrorRector;
use Rector\Php74\Rector\Closure\ClosureToArrowFunctionRector;
use Rector\Set\ValueObject\LevelSetList;
Expand All @@ -27,7 +26,6 @@

$rectorConfig->skip([
ClosureToArrowFunctionRector::class,
AddDefaultValueForUndefinedVariableRector::class,
JsonThrowOnErrorRector::class,
StringClassNameToClassConstantRector::class => [
__DIR__ . '/tests/UseStatementParserTest.php',
Expand Down

0 comments on commit 1e10110

Please sign in to comment.