Skip to content

Commit ee0eca8

Browse files
author
Klaas Sangers
committed
Merged in feature/exclude-incorrect-var-type (pull request #18)
Do not force to use boolean instead of bool, integer instead of int, etc
2 parents b8edfa6 + 5899fd1 commit ee0eca8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/MediactCommon/ruleset.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@
4242
<exclude name="Squiz.Commenting.FunctionComment.InvalidReturn"/>
4343
</rule>
4444
<rule ref="Squiz.Commenting.FunctionCommentThrowTag"/>
45-
<rule ref="Squiz.Commenting.VariableComment"/>
45+
<rule ref="Squiz.Commenting.VariableComment">
46+
<exclude name="Squiz.Commenting.VariableComment.IncorrectVarType"/>
47+
</rule>
4648

4749
<!-- Files -->
4850
<rule ref="Generic.Files.ByteOrderMark"/>

0 commit comments

Comments
 (0)