Skip to content

Commit 8f153ce

Browse files
authored
Merge pull request #315 from cakephp/disable-inlinedoc-variable
Disable slevomat evaluating inline @var comments
2 parents 5b1abc4 + 949506d commit 8f153ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CakePHP/ruleset.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@
162162
<rule ref="SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration.NoAssignment">
163163
<severity>0</severity>
164164
</rule>
165+
<rule ref="SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration.MissingVariable">
166+
<severity>0</severity>
167+
</rule>
165168
<rule ref="SlevomatCodingStandard.ControlStructures.AssignmentInCondition"/>
166169
<rule ref="SlevomatCodingStandard.ControlStructures.DisallowContinueWithoutIntegerOperandInSwitch"/>
167170
<rule ref="SlevomatCodingStandard.ControlStructures.DisallowYodaComparison"/>

0 commit comments

Comments
 (0)