Skip to content

Commit 02e8805

Browse files
committed
remove CountOnNullRector from skip list as now deprecated
1 parent 58f06a9 commit 02e8805

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

rector.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
use Rector\EarlyReturn\Rector\Return_\PreparedValueToEarlyReturnRector;
3636
use Rector\Php55\Rector\String_\StringClassNameToClassConstantRector;
3737
use Rector\Php70\Rector\FuncCall\RandomFunctionRector;
38-
use Rector\Php71\Rector\FuncCall\CountOnNullRector;
3938
use Rector\Php73\Rector\FuncCall\JsonThrowOnErrorRector;
4039
use Rector\PHPUnit\CodeQuality\Rector\Class_\YieldDataProviderRector;
4140
use Rector\PHPUnit\Set\PHPUnitSetList;
@@ -105,9 +104,6 @@
105104
__DIR__ . '/system/Session/Handlers',
106105
],
107106

108-
// sometime too detail
109-
CountOnNullRector::class,
110-
111107
// use mt_rand instead of random_int on purpose on non-cryptographically random
112108
RandomFunctionRector::class,
113109

0 commit comments

Comments
 (0)