We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e02d0 commit 042c171Copy full SHA for 042c171
rector.php
@@ -33,7 +33,6 @@
33
use Rector\EarlyReturn\Rector\If_\RemoveAlwaysElseRector;
34
use Rector\EarlyReturn\Rector\Return_\PreparedValueToEarlyReturnRector;
35
use Rector\Php55\Rector\String_\StringClassNameToClassConstantRector;
36
-use Rector\Php73\Rector\FuncCall\JsonThrowOnErrorRector;
37
use Rector\Php73\Rector\FuncCall\StringifyStrNeedlesRector;
38
use Rector\PHPUnit\Set\PHPUnitSetList;
39
use Rector\Set\ValueObject\LevelSetList;
@@ -73,7 +72,6 @@
73
72
$rectorConfig->skip([
74
__DIR__ . '/src/Views',
75
76
- JsonThrowOnErrorRector::class,
77
StringifyStrNeedlesRector::class,
78
79
// Note: requires php 8
0 commit comments