Skip to content

Commit e593706

Browse files
authored
Merge pull request #153 from codeigniter4/dependabot/composer/rector/rector-0.19.2
chore(deps-dev): update rector/rector requirement from 0.18.13 to 0.19.2
2 parents 8f6c9af + 3da3d2c commit e593706

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"require-dev": {
2626
"codeigniter4/devkit": "^1.0",
2727
"codeigniter4/framework": "^4.1",
28-
"rector/rector": "0.18.13"
28+
"rector/rector": "0.19.2"
2929
},
3030
"minimum-stability": "dev",
3131
"prefer-stable": true,

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
use Rector\CodingStyle\Rector\ClassMethod\MakeInheritedMethodVisibilitySameAsParentRector;
2828
use Rector\CodingStyle\Rector\FuncCall\CountArrayToEmptyArrayComparisonRector;
2929
use Rector\Config\RectorConfig;
30-
use Rector\Core\ValueObject\PhpVersion;
3130
use Rector\DeadCode\Rector\ClassMethod\RemoveUnusedPromotedPropertyRector;
3231
use Rector\EarlyReturn\Rector\Foreach_\ChangeNestedForeachIfsToEarlyContinueRector;
3332
use Rector\EarlyReturn\Rector\If_\ChangeIfElseValueAssignToEarlyReturnRector;
@@ -39,6 +38,7 @@
3938
use Rector\PHPUnit\Set\PHPUnitSetList;
4039
use Rector\Set\ValueObject\LevelSetList;
4140
use Rector\Set\ValueObject\SetList;
41+
use Rector\ValueObject\PhpVersion;
4242

4343
return static function (RectorConfig $rectorConfig): void {
4444
$rectorConfig->sets([SetList::DEAD_CODE, LevelSetList::UP_TO_PHP_74, PHPUnitSetList::PHPUNIT_SPECIFIC_METHOD, PHPUnitSetList::PHPUNIT_80]);

0 commit comments

Comments
 (0)