Skip to content
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

[UnusedImport] Fix removing multiple uses #6376

Merged
merged 5 commits into from
Oct 12, 2024

Conversation

jorgsowa
Copy link
Contributor

Fixes removal of unused import for multiple uses.

Example of bug reported in another PR #6362 (comment)

namespace A;

use B, C;

echo B::class;

getrector.com/demo/755f134f-8f83-4bb1-a904-99ab62db0c6b

@jorgsowa jorgsowa requested a review from samsonasik October 12, 2024 10:53
@jorgsowa jorgsowa requested a review from samsonasik October 12, 2024 12:55
@samsonasik
Copy link
Member

Thank you @jorgsowa, I will clear up variables usage in separate PR :)

@samsonasik samsonasik merged commit b902afc into rectorphp:main Oct 12, 2024
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants