-
Notifications
You must be signed in to change notification settings - Fork 102
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
Duplicate ScopeClosingBraceSniff #102
Comments
…z.WhiteSpace.ScopeClosingBrace. Opened issue: djoos/Symfony-coding-standard#102
thanks for your input @CarsonF ! there are more duplicates ( it's not that this blocks phpcs from running nor that either of them is raising false positives. could you elaborate why we need to disable one of both? |
Yes you are right. It just makes it a bit harder to sort through the list of errors in the report summary. I wouldn't have brought it up if it wasn't a simple one liner to disable the rule - I can PR if you want 😄 |
yes, feel free to create a PR (personally i'd keep the |
PSR2
importsSquiz.WhiteSpace.ScopeClosingBrace
.Zend
importsPEAR.WhiteSpace.ScopeClosingBrace
.It's hard to tell which one is better. I'm leaning towards keeping the one in PSR over Zend though.
The text was updated successfully, but these errors were encountered: