We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e888c commit b8393cfCopy full SHA for b8393cf
src/Unleashed/ruleset.xml
@@ -464,6 +464,8 @@
464
<exclude name="Squiz.Commenting.FunctionComment.ParamNameNoMatch"/>
465
<!-- Doesn't respect inheritance -->
466
<exclude name="Squiz.Commenting.FunctionComment.ScalarTypeHintMissing"/>
467
+ <!-- Comments don't have to be sentences -->
468
+ <exclude name="Squiz.Commenting.FunctionComment.ThrowsNoFullStop"/>
469
<!-- `@throws` lines can often be read as a sentence,
470
i.e. `@throws RuntimeException if the file could not be written.` -->
471
<exclude name="Squiz.Commenting.FunctionComment.ThrowsNotCapital"/>
0 commit comments