File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 3434use Rector \Php70 \Rector \FuncCall \RandomFunctionRector ;
3535use Rector \Php80 \Rector \Class_ \ClassPropertyAssignToConstructorPromotionRector ;
3636use Rector \Php81 \Rector \FuncCall \NullToStrictStringFuncCallArgRector ;
37- use Rector \PHPUnit \CodeQuality \Rector \Class_ \RemoveDataProviderParamKeysRector ;
3837use Rector \PHPUnit \CodeQuality \Rector \Class_ \YieldDataProviderRector ;
3938use Rector \PHPUnit \CodeQuality \Rector \FuncCall \AssertFuncCallToPHPUnitAssertRector ;
4039use Rector \PHPUnit \CodeQuality \Rector \StmtsAwareInterface \DeclareStrictTypesTestsRector ;
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
You can’t perform that action at this time.
0 commit comments