Skip to content

Commit

Permalink
don't need full stop on throws
Browse files Browse the repository at this point in the history
  • Loading branch information
ofbeaton committed Mar 1, 2019
1 parent fe5b410 commit 802d530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpcs/granite-docs/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<rule ref="Squiz.Commenting.FunctionComment">
<exclude name="Squiz.Commenting.FunctionComment.ParamCommentFullStop"/>
<exclude name="Squiz.Commenting.FunctionComment.ParamCommentNotCapital"/>
<exclude name="Squiz.Commenting.FunctionComment.ThrowsNoFullStop"/>
</rule>
<rule ref="Squiz.Commenting.FunctionCommentThrowTag">
<!-- TODO: throw $e; should be OK when it match the catch exception type. What can we do about this? -->
Expand Down

0 comments on commit 802d530

Please sign in to comment.