File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 3939 "phpstan/extension-installer" : " ^1.3" ,
4040 "phpstan/phpstan-strict-rules" : " ^1.5" ,
4141 "phpunit/phpunit" : " ^9.6" ,
42- "rector/rector" : " 1.2.9 "
42+ "rector/rector" : " 1.2.10 "
4343 },
4444 "provide" : {
4545 "codeigniter4/authentication-implementation" : " 1.0"
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