Skip to content

Commit 042c171

Browse files
authored
remove JsonThrowOnErrorRector from skip
1 parent f2e02d0 commit 042c171

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rector.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
use Rector\EarlyReturn\Rector\If_\RemoveAlwaysElseRector;
3434
use Rector\EarlyReturn\Rector\Return_\PreparedValueToEarlyReturnRector;
3535
use Rector\Php55\Rector\String_\StringClassNameToClassConstantRector;
36-
use Rector\Php73\Rector\FuncCall\JsonThrowOnErrorRector;
3736
use Rector\Php73\Rector\FuncCall\StringifyStrNeedlesRector;
3837
use Rector\PHPUnit\Set\PHPUnitSetList;
3938
use Rector\Set\ValueObject\LevelSetList;
@@ -73,7 +72,6 @@
7372
$rectorConfig->skip([
7473
__DIR__ . '/src/Views',
7574

76-
JsonThrowOnErrorRector::class,
7775
StringifyStrNeedlesRector::class,
7876

7977
// Note: requires php 8

0 commit comments

Comments
 (0)