Skip to content

Commit

Permalink
check that PHPDoc containing only {@inheritdoc} is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
VasekPurchart committed Aug 28, 2018
1 parent b7eadca commit 141d4b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Consistence/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<rule ref="SlevomatCodingStandard.Commenting.EmptyComment"/>
<rule ref="SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration"/>
<rule ref="SlevomatCodingStandard.Commenting.RequireOneLinePropertyDocComment"/>
<rule ref="SlevomatCodingStandard.Commenting.UselessInheritDocComment"/>
<rule ref="SlevomatCodingStandard.ControlStructures.DisallowEmpty"/>
<rule ref="SlevomatCodingStandard.ControlStructures.DisallowYodaComparison"/>
<rule ref="SlevomatCodingStandard.ControlStructures.LanguageConstructWithParentheses"/>
Expand Down

0 comments on commit 141d4b6

Please sign in to comment.