Skip to content

Commit 503a804

Browse files
author
Stephan Wentz
committed
fix: Disable multline arrays with single item rule
1 parent 77f5ed2 commit 503a804

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Brainbits/ruleset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<exclude name="Generic.Formatting.MultipleStatementAlignment.NotSame" />
77
<exclude name="Generic.Formatting.SpaceAfterNot.Incorrect" />
88
<exclude name="SlevomatCodingStandard.TypeHints.UnionTypeHintFormat" />
9+
<exclude name="Squiz.Arrays.ArrayDeclaration.MultiLineNotAllowed" />
910
</rule>
1011
<rul ref="SlevomatCodingStandard.TypeHints.DNFTypeHintFormat" />
1112
</ruleset>

0 commit comments

Comments
 (0)