File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2828use Rector \CodingStyle \Rector \ClassMethod \MakeInheritedMethodVisibilitySameAsParentRector ;
2929use Rector \CodingStyle \Rector \FuncCall \CountArrayToEmptyArrayComparisonRector ;
3030use Rector \Config \RectorConfig ;
31- use Rector \ValueObject \PhpVersion ;
3231use Rector \DeadCode \Rector \Cast \RecastingRemovalRector ;
3332use Rector \DeadCode \Rector \ClassMethod \RemoveUnusedPromotedPropertyRector ;
3433use Rector \DeadCode \Rector \If_ \UnwrapFutureCompatibleIfPhpVersionRector ;
4544use Rector \Privatization \Rector \Property \PrivatizeFinalClassPropertyRector ;
4645use Rector \Set \ValueObject \LevelSetList ;
4746use Rector \Set \ValueObject \SetList ;
47+ use Rector \ValueObject \PhpVersion ;
4848
4949return static function (RectorConfig $ rectorConfig ): void {
5050 $ rectorConfig ->sets ([
You can’t perform that action at this time.
0 commit comments