Skip to content

Commit edf1036

Browse files
authored
Merge pull request #98 from codeigniter4/dependabot/composer/rector/rector-0.17.6
chore(deps-dev): update rector/rector requirement from 0.17.5 to 0.17.6
2 parents bb24115 + 4d6076e commit edf1036

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"require-dev": {
4040
"codeigniter4/framework": "^4.1",
4141
"icanhazstring/composer-unused": "^0.8.2",
42-
"rector/rector": "0.17.5"
42+
"rector/rector": "0.17.6"
4343
},
4444
"minimum-stability": "dev",
4545
"prefer-stable": true,

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
$rectorConfig->sets([
3838
SetList::DEAD_CODE,
3939
LevelSetList::UP_TO_PHP_74,
40-
PHPUnitSetList::PHPUNIT_SPECIFIC_METHOD,
40+
PHPUnitSetList::PHPUNIT_CODE_QUALITY,
4141
PHPUnitSetList::PHPUNIT_100,
4242
]);
4343

src/Template/rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
$rectorConfig->sets([
3838
SetList::DEAD_CODE,
3939
LevelSetList::UP_TO_PHP_74,
40-
PHPUnitSetList::PHPUNIT_SPECIFIC_METHOD,
40+
PHPUnitSetList::PHPUNIT_CODE_QUALITY,
4141
PHPUnitSetList::PHPUNIT_100,
4242
]);
4343

0 commit comments

Comments
 (0)