Skip to content

Commit

Permalink
Disable UselessInheritDocComment sniff (#382)
Browse files Browse the repository at this point in the history
According to a maintainer of slevomat/coding-standard, it goes against
other sniffs we use in this repository.

See #381 (comment)
  • Loading branch information
greg0ire authored Oct 3, 2023
1 parent 72328a1 commit b8145b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<file>tests</file>

<rule ref="Doctrine" >
<exclude name="SlevomatCodingStandard.Commenting.UselessInheritDocComment"/>
<exclude name="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint"/>
</rule>

Expand Down

0 comments on commit b8145b9

Please sign in to comment.