Skip to content

Commit 35c0fc9

Browse files
committed
disable the align multiple statement PHPCS rule
1 parent b30836e commit 35c0fc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpcs.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,7 @@
3434
<exclude name="SlevomatCodingStandard.TypeHints.ParameterTypeHint"/>
3535
<exclude name="SlevomatCodingStandard.TypeHints.PropertyTypeHint"/>
3636
<exclude name="SlevomatCodingStandard.TypeHints.ReturnTypeHint"/>
37+
38+
<exclude name="Generic.Formatting.MultipleStatementAlignment" />
3739
</rule>
3840
</ruleset>

0 commit comments

Comments
 (0)