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
When using "Insert PHP8 Getter" the indents are off
As shown in the attached screenshot, the indents are one too far for the method, and doubled for the return statement.
The text was updated successfully, but these errors were encountered:
The easy fix would be to just check if the declaration is a parameter, and then if the indentation is above 2, decrease it by 1. Will fix
Sorry, something went wrong.
r4ven1245
No branches or pull requests
When using "Insert PHP8 Getter" the indents are off
As shown in the attached screenshot, the indents are one too far for the method, and doubled for the return statement.
The text was updated successfully, but these errors were encountered: