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.
1 parent c6e661f commit e2abc50Copy full SHA for e2abc50
phpcs.xml.dist
@@ -31,6 +31,10 @@
31
<exclude name="Squiz.Commenting.FunctionComment.WrongStyle" />
32
<!-- Results in false positives with comments used to denote include blocks after functions -->
33
<exclude name="Squiz.WhiteSpace.FunctionSpacing.After" />
34
+ <!-- The following three excludes allow for more compact single-item array declarations -->
35
+ <exclude name="Squiz.Arrays.ArrayDeclaration.IndexNoNewline" />
36
+ <exclude name="Generic.Arrays.ArrayIndent.CloseBraceNotNewLine" />
37
+ <exclude name="Squiz.Arrays.ArrayDeclaration.CloseBraceNewLine" />
38
39
<!-- *********************************** -->
40
<!-- Exclude sniffs that cause BC breaks -->
0 commit comments