Skip to content

Commit

Permalink
remove CountOnNullRector from skip list as now deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Oct 5, 2023
1 parent 58f06a9 commit 02e8805
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
use Rector\EarlyReturn\Rector\Return_\PreparedValueToEarlyReturnRector;
use Rector\Php55\Rector\String_\StringClassNameToClassConstantRector;
use Rector\Php70\Rector\FuncCall\RandomFunctionRector;
use Rector\Php71\Rector\FuncCall\CountOnNullRector;
use Rector\Php73\Rector\FuncCall\JsonThrowOnErrorRector;
use Rector\PHPUnit\CodeQuality\Rector\Class_\YieldDataProviderRector;
use Rector\PHPUnit\Set\PHPUnitSetList;
Expand Down Expand Up @@ -105,9 +104,6 @@
__DIR__ . '/system/Session/Handlers',
],

// sometime too detail
CountOnNullRector::class,

// use mt_rand instead of random_int on purpose on non-cryptographically random
RandomFunctionRector::class,

Expand Down

0 comments on commit 02e8805

Please sign in to comment.