File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed 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 ;
4746use Rector \PHPUnit \CodeQuality \Rector \Class_ \YieldDataProviderRector ;
4847use Rector \PHPUnit \Set \PHPUnitSetList ;
4948use Rector \Privatization \Rector \Property \PrivatizeFinalClassPropertyRector ;
177176
178177 // Unnecessary (string) is inserted
179178 NullToStrictStringFuncCallArgRector::class,
180-
181- // buggy with default value
182- NarrowUnusedSetUpDefinedPropertyRector::class,
183179 ])
184180 // auto import fully qualified class names
185181 ->withImportNames (removeUnusedImports: true )
You can’t perform that action at this time.
0 commit comments