Skip to content

Commit b2087ec

Browse files
authored
Merge pull request #8 from mediact/feature/ignor-function-comment-empty-throws
Add exclude 'Squiz.Commenting.FunctionComment.EmptyThrows'
2 parents d28e6e4 + 8d03cbb commit b2087ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MediactCommon/ruleset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
<exclude name="Squiz.Commenting.FunctionComment.IncorrectParamVarName"/>
5252
<exclude name="Squiz.Commenting.FunctionComment.InvalidReturn"/>
5353
<exclude name="Squiz.Commenting.FunctionComment.IncorrectTypeHint"/>
54+
<exclude name="Squiz.Commenting.FunctionComment.EmptyThrows"/>
5455
</rule>
5556
<rule ref="Squiz.Commenting.FunctionCommentThrowTag"/>
5657
<rule ref="Squiz.Commenting.VariableComment">

0 commit comments

Comments
 (0)