-
Notifications
You must be signed in to change notification settings - Fork 56
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
Refine rules #222
base: 8.2.x
Are you sure you want to change the base?
Refine rules #222
Conversation
This is included in PSR-12.
This is not included in PSR-12.
Then how does it make |
It is included in |
@carusogabriel , you introduced that line, can you maybe chime in? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM-ish, but requires new major.
@@ -21,8 +21,6 @@ | |||
<exclude name="PSR12.Traits.UseDeclaration"/> | |||
<!-- checked by SlevomatCodingStandard.TypeHints.ReturnTypeHintSpacing.WhitespaceAfterNullabilitySymbol --> | |||
<exclude name="PSR12.Functions.NullableTypeDeclaration.WhitespaceFound"/> | |||
<!-- checked by PSR12.ControlStructures.ControlStructureSpacing --> | |||
<exclude name="PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO to be kept
Squiz.WhiteSpace.CastSpacing
This is included in PSR-12.
PSR2.ControlStructures.ControlStructureSpacing
This is not included in PSR-12.