Skip to content

Commit

Permalink
Merge pull request #8007 from codeigniter4/dependabot/composer/rector…
Browse files Browse the repository at this point in the history
…/rector-0.18.5

build(deps-dev): update rector/rector requirement from 0.18.4 to 0.18.5
  • Loading branch information
samsonasik authored Oct 5, 2023
2 parents c27fb5d + 02e8805 commit 83b64b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"phpunit/phpcov": "^8.2",
"phpunit/phpunit": "^9.1",
"predis/predis": "^1.1 || ^2.0",
"rector/rector": "0.18.4",
"rector/rector": "0.18.5",
"vimeo/psalm": "^5.0"
},
"suggest": {
Expand Down
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 83b64b4

Please sign in to comment.