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 58f06a9 commit 02e8805Copy full SHA for 02e8805
rector.php
@@ -35,7 +35,6 @@
35
use Rector\EarlyReturn\Rector\Return_\PreparedValueToEarlyReturnRector;
36
use Rector\Php55\Rector\String_\StringClassNameToClassConstantRector;
37
use Rector\Php70\Rector\FuncCall\RandomFunctionRector;
38
-use Rector\Php71\Rector\FuncCall\CountOnNullRector;
39
use Rector\Php73\Rector\FuncCall\JsonThrowOnErrorRector;
40
use Rector\PHPUnit\CodeQuality\Rector\Class_\YieldDataProviderRector;
41
use Rector\PHPUnit\Set\PHPUnitSetList;
@@ -105,9 +104,6 @@
105
104
__DIR__ . '/system/Session/Handlers',
106
],
107
108
- // sometime too detail
109
- CountOnNullRector::class,
110
-
111
// use mt_rand instead of random_int on purpose on non-cryptographically random
112
RandomFunctionRector::class,
113
0 commit comments