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
Some wild guess would be that rector assumes we use tab and then choose tabs for the docblock.
https://getrector.org/demo/3a219f06-7de7-419e-877c-5a20577d2629
The docblock uses space as the rest of the file and docblock uses.
The text was updated successfully, but these errors were encountered:
that's known drawback https://github.com/rectorphp/rector#known-drawbacks . You can use coding standard tool to tidify that.
Sorry, something went wrong.
The tab is actually not at the start line, but inside the code. So it should be ignored.
I'm working on configurable solution in: rectorphp/rector-src#2442
Successfully merging a pull request may close this issue.
Bug Report
Some wild guess would be that rector assumes we use tab and then choose tabs for the docblock.
Minimal PHP Code Causing Issue
https://getrector.org/demo/3a219f06-7de7-419e-877c-5a20577d2629
Expected Behaviour
The docblock uses space as the rest of the file and docblock uses.
The text was updated successfully, but these errors were encountered: