Skip to content

Commit

Permalink
remove skipped JsonThrowOnErrorRector
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik authored Jun 21, 2024
1 parent c96a2a7 commit b59bf02
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 @@ -22,7 +22,6 @@
use Rector\EarlyReturn\Rector\If_\RemoveAlwaysElseRector;
use Rector\EarlyReturn\Rector\Return_\PreparedValueToEarlyReturnRector;
use Rector\Php55\Rector\String_\StringClassNameToClassConstantRector;
use Rector\Php73\Rector\FuncCall\JsonThrowOnErrorRector;
use Rector\Php73\Rector\FuncCall\StringifyStrNeedlesRector;
use Rector\PHPUnit\Set\PHPUnitSetList;
use Rector\Set\ValueObject\LevelSetList;
Expand Down Expand Up @@ -63,7 +62,6 @@
$rectorConfig->skip([
__DIR__ . '/src/Views',

JsonThrowOnErrorRector::class,
StringifyStrNeedlesRector::class,

// Note: requires php 8
Expand Down

0 comments on commit b59bf02

Please sign in to comment.