File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 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" : {
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