Skip to content

Commit f1141f2

Browse files
authored
Merge pull request #9819 from codeigniter4/dependabot/composer/rector/rector-2.2.10
chore(deps-dev): update rector/rector requirement from 2.2.9 to 2.2.10
2 parents f58bc76 + d694020 commit f1141f2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"phpunit/phpcov": "^9.0.2 || ^10.0",
2929
"phpunit/phpunit": "^10.5.16 || ^11.2",
3030
"predis/predis": "^3.0",
31-
"rector/rector": "2.2.9",
31+
"rector/rector": "2.2.10",
3232
"shipmonk/phpstan-baseline-per-identifier": "^2.0"
3333
},
3434
"replace": {

rector.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
use Rector\Php70\Rector\FuncCall\RandomFunctionRector;
3535
use Rector\Php80\Rector\Class_\ClassPropertyAssignToConstructorPromotionRector;
3636
use Rector\Php81\Rector\FuncCall\NullToStrictStringFuncCallArgRector;
37-
use Rector\PHPUnit\CodeQuality\Rector\Class_\RemoveDataProviderParamKeysRector;
3837
use Rector\PHPUnit\CodeQuality\Rector\Class_\YieldDataProviderRector;
3938
use Rector\PHPUnit\CodeQuality\Rector\FuncCall\AssertFuncCallToPHPUnitAssertRector;
4039
use Rector\PHPUnit\CodeQuality\Rector\StmtsAwareInterface\DeclareStrictTypesTestsRector;
@@ -168,8 +167,6 @@
168167

169168
CompactToVariablesRector::class,
170169

171-
RemoveDataProviderParamKeysRector::class,
172-
173170
// possibly isset() on purpose, on updated Config classes property accross versions
174171
IssetOnPropertyObjectToPropertyExistsRector::class,
175172

0 commit comments

Comments
 (0)