We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f227cb + 6b5ce1c commit c7ab55dCopy full SHA for c7ab55d
src/ruleset.xml
@@ -16,6 +16,7 @@
16
<exclude name="PSR12.Traits.UseDeclaration.BlankLineAfterLastUse"/> <!-- Checked by SlevomatCodingStandard.Classes.TraitUseSpacing -->
17
<exclude name="PSR12.Traits.UseDeclaration.UseAfterBrace"/>
18
</rule>
19
+ <rule ref="Generic.Arrays.DisallowLongArraySyntax"/>
20
<rule ref="Generic.WhiteSpace.DisallowSpaceIndent"/>
21
<rule ref="Generic.WhiteSpace.LanguageConstructSpacing"/>
22
<rule ref="Generic.WhiteSpace.ScopeIndent">
0 commit comments