-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add fully qualified backslash to all simple class usages #9680
base: master
Are you sure you want to change the base?
Conversation
bde43c7
to
ebe0838
Compare
@alecpl I have rebased this PR, can it be merged to prevent further merge conflicts? |
I think I would prefer a |
08b3865
to
329427a
Compare
regex: (?<=\n)(use )(\w+);
@alecpl thank you for the idea using import to minimize conflicts! So I reworked this PR: After #9481 the dummy imports will be replaced with meaningful imports. Code can stay as it is, so conflicts across release branches are minimal. Leading |
extracted from #9481
let's land this in a separate PR and minimize future diffs/conflicts