We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Same type of issue as described in #4620 Tested migration to php 8 and faced issue that route annotations formatting was changed.
https://getrector.org/demo/90d8b757-e337-4f50-8b39-17d91d7a0248
Annotation for routes should not change because there is no explicit rule about it.
The text was updated successfully, but these errors were encountered:
Thanks for reporting.
Until #4334 is finished, the only way around is to use inlined form: https://getrector.org/demo/db0282f7-a0e4-4f9a-b181-a9dbe463478e
Closing as sub-issue of #4334
Sorry, something went wrong.
No branches or pull requests
Bug Report
Same type of issue as described in #4620
Tested migration to php 8 and faced issue that route annotations formatting was changed.
Minimal PHP Code Causing Issue
https://getrector.org/demo/90d8b757-e337-4f50-8b39-17d91d7a0248
Expected Behaviour
Annotation for routes should not change because there is no explicit rule about it.
The text was updated successfully, but these errors were encountered: