Skip to content

Commit 145f70c

Browse files
Khartirmmoll
authored andcommitted
fix invalid property case
1 parent a5b6865 commit 145f70c

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
@@ -133,7 +133,7 @@
133133
<rule ref="SlevomatCodingStandard.ControlStructures.RequireTernaryOperator">
134134
<!-- But multiline is useful for readability -->
135135
<properties>
136-
<property name="ignoreMultiline" value="true"/>
136+
<property name="ignoreMultiLine" value="true"/>
137137
</properties>
138138
</rule>
139139
<!-- Require static closures for microoptimization -->

0 commit comments

Comments
 (0)