mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-28 10:58:40 +00:00
fix missing docblock element for @inheritdoc
This commit is contained in:
parent
8482223797
commit
6b3c2751b6
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user