diff --git a/composer.json b/composer.json index 7876152795bd..6445c84aeeca 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "phpunit/phpcov": "^9.0.2 || ^10.0", "phpunit/phpunit": "^10.5.16 || ^11.2", "predis/predis": "^3.0", - "rector/rector": "2.2.9", + "rector/rector": "2.2.10", "shipmonk/phpstan-baseline-per-identifier": "^2.0" }, "replace": { diff --git a/rector.php b/rector.php index 04de84b4ef81..279abcbc642a 100644 --- a/rector.php +++ b/rector.php @@ -34,7 +34,6 @@ use Rector\Php70\Rector\FuncCall\RandomFunctionRector; use Rector\Php80\Rector\Class_\ClassPropertyAssignToConstructorPromotionRector; use Rector\Php81\Rector\FuncCall\NullToStrictStringFuncCallArgRector; -use Rector\PHPUnit\CodeQuality\Rector\Class_\RemoveDataProviderParamKeysRector; use Rector\PHPUnit\CodeQuality\Rector\Class_\YieldDataProviderRector; use Rector\PHPUnit\CodeQuality\Rector\FuncCall\AssertFuncCallToPHPUnitAssertRector; use Rector\PHPUnit\CodeQuality\Rector\StmtsAwareInterface\DeclareStrictTypesTestsRector; @@ -168,8 +167,6 @@ CompactToVariablesRector::class, - RemoveDataProviderParamKeysRector::class, - // possibly isset() on purpose, on updated Config classes property accross versions IssetOnPropertyObjectToPropertyExistsRector::class,