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.
1 parent c6b9224 commit 247ab14Copy full SHA for 247ab14
src/ruleset.xml
@@ -87,6 +87,7 @@
87
</rule>
88
<rule ref="SlevomatCodingStandard.ControlStructures.AssignmentInCondition"/>
89
<rule ref="SlevomatCodingStandard.ControlStructures.DisallowTrailingMultiLineTernaryOperator"/>
90
+ <rule ref="SlevomatCodingStandard.ControlStructures.DisallowYodaComparison"/>
91
<rule ref="SlevomatCodingStandard.ControlStructures.NewWithParentheses"/>
92
<rule ref="SlevomatCodingStandard.ControlStructures.RequireMultiLineCondition">
93
<properties>
0 commit comments