You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After code refactoring or merging, we often have redundant namespace imports with the use keyword. This is a dead code that does nothing but pollution. It's easy to overlook these lines.
Describe the desired solution
Add a sniff raising warning or error on redundant namespace imports.
Describe the alternatives that you have considered
Require the code standard with this rule and just use it.