We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d3d98a + 204458a commit c6b9224Copy full SHA for c6b9224
src/ruleset.xml
@@ -86,6 +86,7 @@
86
</properties>
87
</rule>
88
<rule ref="SlevomatCodingStandard.ControlStructures.AssignmentInCondition"/>
89
+ <rule ref="SlevomatCodingStandard.ControlStructures.DisallowTrailingMultiLineTernaryOperator"/>
90
<rule ref="SlevomatCodingStandard.ControlStructures.NewWithParentheses"/>
91
<rule ref="SlevomatCodingStandard.ControlStructures.RequireMultiLineCondition">
92
<properties>
0 commit comments