File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
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" : " ^1.1 || ^2.3" ,
31- "rector/rector" : " 2.0.8 " ,
31+ "rector/rector" : " 2.0.9 " ,
3232 "shipmonk/phpstan-baseline-per-identifier" : " ^2.0"
3333 },
3434 "replace" : {
Original file line number Diff line number Diff line change 3737use Rector \Php80 \Rector \Class_ \ClassPropertyAssignToConstructorPromotionRector ;
3838use Rector \Php81 \Rector \FuncCall \NullToStrictStringFuncCallArgRector ;
3939use Rector \PHPUnit \CodeQuality \Rector \Class_ \YieldDataProviderRector ;
40+ use Rector \PHPUnit \CodeQuality \Rector \MethodCall \AssertCountWithZeroToAssertEmptyRector ;
4041use Rector \Privatization \Rector \Property \PrivatizeFinalClassPropertyRector ;
4142use Rector \Strict \Rector \Empty_ \DisallowedEmptyRuleFixerRector ;
4243use Rector \Strict \Rector \If_ \BooleanInIfConditionRuleFixerRector ;
168169 NullToStrictStringFuncCallArgRector::class,
169170
170171 CompactToVariablesRector::class,
172+
173+ AssertCountWithZeroToAssertEmptyRector::class,
171174 ])
172175 // auto import fully qualified class names
173176 ->withImportNames (removeUnusedImports: true )
You can’t perform that action at this time.
0 commit comments