Skip to content

Commit

Permalink
Update rector.php to fix rector > 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
albig committed Feb 20, 2024
1 parent 19d0429 commit bde3a26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

use Rector\Config\RectorConfig;
use Rector\Core\ValueObject\PhpVersion;
use Rector\ValueObject\PhpVersion;
use Rector\Php53\Rector\Ternary\TernaryToElvisRector;
use Rector\Set\ValueObject\SetList;

Expand Down Expand Up @@ -46,7 +46,6 @@
Rector\DeadCode\Rector\StaticCall\RemoveParentCallWithoutParentRector::class,
Rector\Php70\Rector\MethodCall\ThisCallOnStaticMethodToStaticCallRector::class,
Rector\Php70\Rector\StaticCall\StaticCallOnNonStaticToInstanceCallRector::class,
Rector\Php71\Rector\FuncCall\CountOnNullRector::class,
Rector\Php73\Rector\FuncCall\JsonThrowOnErrorRector::class,
Rector\Php74\Rector\Closure\ClosureToArrowFunctionRector::class,
Rector\Transform\Rector\String_\StringToClassConstantRector::class,
Expand Down

0 comments on commit bde3a26

Please sign in to comment.