Skip to content

Commit

Permalink
Merge pull request #383 from greg0ire/document-exclusion
Browse files Browse the repository at this point in the history
Add comment explaining exclusion rule
  • Loading branch information
greg0ire authored Oct 3, 2023
2 parents b8145b9 + f357734 commit bdba62b
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" >
<!-- https://github.com/doctrine/collections/pull/381#issuecomment-1745206747 -->
<exclude name="SlevomatCodingStandard.Commenting.UselessInheritDocComment"/>
<exclude name="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint"/>
</rule>
Expand Down

0 comments on commit bdba62b

Please sign in to comment.