Skip to content

Commit d694020

Browse files
committed
chore: remove RemoveDataProviderParamKeysRector from skip config as now deprecated
1 parent ee3a4b1 commit d694020

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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)