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
The best ways to solve this is using coding standard to handle your imports.
Using FQN by default is to allow them import or keep FQN - some people prefer first, some second. And it's harder to FQNize than import in coding standard rules.
tl;dr; AST sucks in coding standard, and always will. It doesn't make sense to rewrite EasyCodingStandard, PHP CS Fixer or CodeSnffier. Just use it.
See this comment for deeper answer: #1456 (comment)
As per comment: #1564 (comment)
This IMHO should be hardly noted in
README
file, so there is clear point why it's this way & why it will not be fixed.The text was updated successfully, but these errors were encountered: