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 b8edfa6 + 5899fd1 commit ee0eca8Copy full SHA for ee0eca8
src/MediactCommon/ruleset.xml
@@ -42,7 +42,9 @@
42
<exclude name="Squiz.Commenting.FunctionComment.InvalidReturn"/>
43
</rule>
44
<rule ref="Squiz.Commenting.FunctionCommentThrowTag"/>
45
- <rule ref="Squiz.Commenting.VariableComment"/>
+ <rule ref="Squiz.Commenting.VariableComment">
46
+ <exclude name="Squiz.Commenting.VariableComment.IncorrectVarType"/>
47
+ </rule>
48
49
<!-- Files -->
50
<rule ref="Generic.Files.ByteOrderMark"/>
0 commit comments