Skip to content

Commit

Permalink
fix invalid property case
Browse files Browse the repository at this point in the history
  • Loading branch information
Khartir authored and mmoll committed Dec 8, 2023
1 parent ba663e8 commit 1daa588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MO4/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<rule ref="SlevomatCodingStandard.ControlStructures.RequireTernaryOperator">
<!-- But multiline is useful for readability -->
<properties>
<property name="ignoreMultiline" value="true"/>
<property name="ignoreMultiLine" value="true"/>
</properties>
</rule>
<!-- Require static closures for microoptimization -->
Expand Down

0 comments on commit 1daa588

Please sign in to comment.