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 28
28
"phpunit/phpcov" : " ^9.0.2 || ^10.0" ,
29
29
"phpunit/phpunit" : " ^10.5.16 || ^11.2" ,
30
30
"predis/predis" : " ^1.1 || ^2.3" ,
31
- "rector/rector" : " 2.0.8 " ,
31
+ "rector/rector" : " 2.0.9 " ,
32
32
"shipmonk/phpstan-baseline-per-identifier" : " ^2.0"
33
33
},
34
34
"replace" : {
Original file line number Diff line number Diff line change 37
37
use Rector \Php80 \Rector \Class_ \ClassPropertyAssignToConstructorPromotionRector ;
38
38
use Rector \Php81 \Rector \FuncCall \NullToStrictStringFuncCallArgRector ;
39
39
use Rector \PHPUnit \CodeQuality \Rector \Class_ \YieldDataProviderRector ;
40
+ use Rector \PHPUnit \CodeQuality \Rector \MethodCall \AssertCountWithZeroToAssertEmptyRector ;
40
41
use Rector \Privatization \Rector \Property \PrivatizeFinalClassPropertyRector ;
41
42
use Rector \Strict \Rector \Empty_ \DisallowedEmptyRuleFixerRector ;
42
43
use Rector \Strict \Rector \If_ \BooleanInIfConditionRuleFixerRector ;
168
169
NullToStrictStringFuncCallArgRector::class,
169
170
170
171
CompactToVariablesRector::class,
172
+
173
+ AssertCountWithZeroToAssertEmptyRector::class,
171
174
])
172
175
// auto import fully qualified class names
173
176
->withImportNames (removeUnusedImports: true )
You can’t perform that action at this time.
0 commit comments