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 c6b9224 + 247ab14 commit da12bebCopy full SHA for da12beb
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