Skip to content

Commit a3a10c1

Browse files
committed
Make RequireMultiLineConditionSniff configuration compatible with the other sniffs
1 parent 51f8d5f commit a3a10c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/phpcs.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
</rule>
166166
<rule ref="SlevomatCodingStandard.ControlStructures.RequireMultiLineCondition">
167167
<properties>
168+
<property name="minLineLength" value="141"/>
168169
<property name="alwaysSplitAllConditionParts" value="true"/>
169170
</properties>
170171
</rule>

0 commit comments

Comments
 (0)