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 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.0" ,
31
- "rector/rector" : " 1.2.8 "
31
+ "rector/rector" : " 1.2.9 "
32
32
},
33
33
"replace" : {
34
34
"codeigniter4/framework" : " self.version"
Original file line number Diff line number Diff line change 43
43
use Rector \Php80 \Rector \Class_ \ClassPropertyAssignToConstructorPromotionRector ;
44
44
use Rector \Php80 \Rector \FunctionLike \MixedTypeRector ;
45
45
use Rector \Php81 \Rector \FuncCall \NullToStrictStringFuncCallArgRector ;
46
+ use Rector \PHPUnit \CodeQuality \Rector \Class_ \NarrowUnusedSetUpDefinedPropertyRector ;
46
47
use Rector \PHPUnit \CodeQuality \Rector \Class_ \YieldDataProviderRector ;
47
48
use Rector \PHPUnit \Set \PHPUnitSetList ;
48
49
use Rector \Privatization \Rector \Property \PrivatizeFinalClassPropertyRector ;
176
177
177
178
// Unnecessary (string) is inserted
178
179
NullToStrictStringFuncCallArgRector::class,
180
+
181
+ // buggy with default value
182
+ NarrowUnusedSetUpDefinedPropertyRector::class,
179
183
])
180
184
// auto import fully qualified class names
181
185
->withImportNames (removeUnusedImports: true )
You can’t perform that action at this time.
0 commit comments