Skip to content

Commit 83b64b4

Browse files
authored
Merge pull request #8007 from codeigniter4/dependabot/composer/rector/rector-0.18.5
build(deps-dev): update rector/rector requirement from 0.18.4 to 0.18.5
2 parents c27fb5d + 02e8805 commit 83b64b4

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"phpunit/phpcov": "^8.2",
3434
"phpunit/phpunit": "^9.1",
3535
"predis/predis": "^1.1 || ^2.0",
36-
"rector/rector": "0.18.4",
36+
"rector/rector": "0.18.5",
3737
"vimeo/psalm": "^5.0"
3838
},
3939
"suggest": {

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)