File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-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.0" ,
31- "rector/rector" : " 1.2.8 "
31+ "rector/rector" : " 1.2.9 "
3232 },
3333 "replace" : {
3434 "codeigniter4/framework" : " self.version"
Original file line number Diff line number Diff line change 4343use Rector \Php80 \Rector \Class_ \ClassPropertyAssignToConstructorPromotionRector ;
4444use Rector \Php80 \Rector \FunctionLike \MixedTypeRector ;
4545use Rector \Php81 \Rector \FuncCall \NullToStrictStringFuncCallArgRector ;
46+ use Rector \PHPUnit \CodeQuality \Rector \Class_ \NarrowUnusedSetUpDefinedPropertyRector ;
4647use Rector \PHPUnit \CodeQuality \Rector \Class_ \YieldDataProviderRector ;
4748use Rector \PHPUnit \Set \PHPUnitSetList ;
4849use Rector \Privatization \Rector \Property \PrivatizeFinalClassPropertyRector ;
176177
177178 // Unnecessary (string) is inserted
178179 NullToStrictStringFuncCallArgRector::class,
180+
181+ // buggy with default value
182+ NarrowUnusedSetUpDefinedPropertyRector::class,
179183 ])
180184 // auto import fully qualified class names
181185 ->withImportNames (removeUnusedImports: true )
You can’t perform that action at this time.
0 commit comments