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 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 ;
4948use Rector \PHPUnit \CodeQuality \Rector \Class_ \YieldDataProviderRector ;
5049use Rector \PHPUnit \Set \PHPUnitSetList ;
5150use Rector \Privatization \Rector \Property \PrivatizeFinalClassPropertyRector ;
132131 // To check old Email Config file
133132 __DIR__ . '/src/Commands/Setup.php ' ,
134133 ],
135-
136- // buggy with default value
137- NarrowUnusedSetUpDefinedPropertyRector::class,
138134 ]);
139135
140136 // auto import fully qualified class names
You can’t perform that action at this time.
0 commit comments