Skip to content

Commit

Permalink
Make RequireMultiLineConditionSniff configuration compatible with the…
Browse files Browse the repository at this point in the history
… other sniffs
  • Loading branch information
kukulich committed Aug 28, 2020
1 parent 51f8d5f commit a3a10c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
</rule>
<rule ref="SlevomatCodingStandard.ControlStructures.RequireMultiLineCondition">
<properties>
<property name="minLineLength" value="141"/>
<property name="alwaysSplitAllConditionParts" value="true"/>
</properties>
</rule>
Expand Down

0 comments on commit a3a10c1

Please sign in to comment.