Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a91e70f

Browse files
committedOct 9, 2020
Excluded Squiz.Arrays.ArrayDeclaration.ValueNoNewline
1 parent de0c129 commit a91e70f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎InfinityloopCodingStandard/ruleset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
<exclude name="Squiz.Arrays.ArrayDeclaration.NoCommaAfterLast"/>
121121
<exclude name="Squiz.Arrays.ArrayDeclaration.SingleLineNotAllowed"/>
122122
<exclude name="Squiz.Arrays.ArrayDeclaration.ValueNotAligned"/>
123+
<exclude name="Squiz.Arrays.ArrayDeclaration.ValueNoNewline"/>
123124
</rule>
124125
<rule ref="Squiz.Arrays.ArrayBracketSpacing">
125126
<!-- does not handle nested array access across multiple lines -->

0 commit comments

Comments
 (0)
Please sign in to comment.