fix missing docblock element for @inheritdoc

This commit is contained in:
Dennis Eichhorn 2019-09-12 20:40:49 +02:00
parent 8482223797
commit 6b3c2751b6

View File

@ -118,6 +118,8 @@
</rule>
<rule ref="PEAR.Commenting.FunctionComment">
<severity>7</severity>
<exclude name="PEAR.Commenting.FunctionComment.MissingParamTag"/><!-- Important for @inheritdoc -->
<exclude name="PEAR.Commenting.FunctionComment.MissingReturn"/><!-- Important for @inheritdoc -->
<exclude-pattern>*/tests/*</exclude-pattern><!-- Tests don't need comments -->
</rule>
<rule ref="PEAR.Commenting.InlineComment"/>