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 5b1abc4 + 949506d commit 8f153ceCopy full SHA for 8f153ce
CakePHP/ruleset.xml
@@ -162,6 +162,9 @@
162
<rule ref="SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration.NoAssignment">
163
<severity>0</severity>
164
</rule>
165
+ <rule ref="SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration.MissingVariable">
166
+ <severity>0</severity>
167
+ </rule>
168
<rule ref="SlevomatCodingStandard.ControlStructures.AssignmentInCondition"/>
169
<rule ref="SlevomatCodingStandard.ControlStructures.DisallowContinueWithoutIntegerOperandInSwitch"/>
170
<rule ref="SlevomatCodingStandard.ControlStructures.DisallowYodaComparison"/>
0 commit comments