File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 4545use Rector \Php55 \Rector \String_ \StringClassNameToClassConstantRector ;
4646use Rector \Php73 \Rector \FuncCall \StringifyStrNeedlesRector ;
4747use Rector \PHPUnit \AnnotationsToAttributes \Rector \Class_ \AnnotationWithValueToAttributeRector ;
48+ use Rector \PHPUnit \CodeQuality \Rector \Class_ \NarrowUnusedSetUpDefinedPropertyRector ;
4849use Rector \PHPUnit \CodeQuality \Rector \Class_ \YieldDataProviderRector ;
4950use Rector \PHPUnit \Set \PHPUnitSetList ;
5051use Rector \Privatization \Rector \Property \PrivatizeFinalClassPropertyRector ;
131132 // To check old Email Config file
132133 __DIR__ . '/src/Commands/Setup.php ' ,
133134 ],
135+
136+ // buggy with default value
137+ NarrowUnusedSetUpDefinedPropertyRector::class,
134138 ]);
135139
136140 // auto import fully qualified class names
You can’t perform that action at this time.
0 commit comments