Skip to content

Commit

Permalink
added PHPCompatibility.Attributes.NewAttributes.Found to excludes (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickJanzen authored Mar 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7566f68 commit 1ddd1aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/phpcs/ZooRoyal/ruleset.xml
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@
<rule ref="PHPCompatibility">
<!-- Sniff generates false positives if classname is used in another namespace -->
<exclude name="PHPCompatibility.Classes.NewClasses.attributeFound"/>
<exclude name="PHPCompatibility.Attributes.NewAttributes.Found"/>
</rule>

<!-- Custom Rule-->

0 comments on commit 1ddd1aa

Please sign in to comment.