-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
Sniff AlphabeticallySortedUses sorts alphabetically also functions #47
Comments
There is no support for use function and use const because I literally haven't heard about this syntax until now. We will fix it for sure in the future and try to stay compatible with PhpStorm. /cc @pepakriz |
@ondrejmirtes I agree |
ondrejmirtes
added a commit
that referenced
this issue
Aug 8, 2016
Fixed with ef4c333 |
ondrejmirtes
added a commit
that referenced
this issue
Aug 8, 2016
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I know this it not so common, but this sniff behaves differently then optimizing use statements for example in PhpStorm. I don't know if this is intentional so I'm noticing it here.
Expected order by this sniff (strict alphabetical):
Optimized by PhpStorm (functions at the end):
The text was updated successfully, but these errors were encountered: