-
-
Notifications
You must be signed in to change notification settings - Fork 146
Closed
Description
First of all, thanks for this amazing project.
It's very easy to add uses using $namespace->addUse
but it appears to be impossible to remove an imported namespace.
It would be great if it was possible to call $namespace->removeUse('Fully\Qualified');
.
Currently I solve the useless imports by running it through PHP CS Fixer, that works. But feels a bit of a work around.
Metadata
Metadata
Assignees
Labels
No labels