Skip to content

Commit 1daa588

Browse files
Khartirmmoll
authored andcommitted
fix invalid property case
1 parent ba663e8 commit 1daa588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MO4/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<rule ref="SlevomatCodingStandard.ControlStructures.RequireTernaryOperator">
142142
<!-- But multiline is useful for readability -->
143143
<properties>
144-
<property name="ignoreMultiline" value="true"/>
144+
<property name="ignoreMultiLine" value="true"/>
145145
</properties>
146146
</rule>
147147
<!-- Require static closures for microoptimization -->

0 commit comments

Comments
 (0)