Skip to content

Commit

Permalink
Forbid "@inheritdoc" in favor of "@inheritdoc" annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Apr 22, 2023
1 parent 16eb8de commit f928f19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Doctrine/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@
<rule ref="SlevomatCodingStandard.Classes.SuperfluousInterfaceNaming"/>
<!-- Forbid suffix "Trait" for traits -->
<rule ref="SlevomatCodingStandard.Classes.SuperfluousTraitNaming"/>
<!-- Forbid "@inheritdoc" in favor of "@inheritDoc" annotation -->
<rule ref="SlevomatCodingStandard.Commenting.AnnotationName"/>
<!-- Require specific order of phpDoc annotations with empty newline between specific groups -->
<rule ref="SlevomatCodingStandard.Commenting.DocCommentSpacing">
<properties>
Expand Down

0 comments on commit f928f19

Please sign in to comment.