Skip to content

Commit 141d4b6

Browse files
committed
check that PHPDoc containing only {@inheritdoc} is not used
1 parent b7eadca commit 141d4b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Consistence/ruleset.xml

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
<rule ref="SlevomatCodingStandard.Commenting.EmptyComment"/>
8383
<rule ref="SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration"/>
8484
<rule ref="SlevomatCodingStandard.Commenting.RequireOneLinePropertyDocComment"/>
85+
<rule ref="SlevomatCodingStandard.Commenting.UselessInheritDocComment"/>
8586
<rule ref="SlevomatCodingStandard.ControlStructures.DisallowEmpty"/>
8687
<rule ref="SlevomatCodingStandard.ControlStructures.DisallowYodaComparison"/>
8788
<rule ref="SlevomatCodingStandard.ControlStructures.LanguageConstructWithParentheses"/>

0 commit comments

Comments
 (0)