Skip to content

Commit

Permalink
added PHPCompatibility.Attributes.NewAttributes.Found to excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickJanzen committed Mar 26, 2024
1 parent 7566f68 commit 35723da
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
Expand Up @@ -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-->
Expand Down

0 comments on commit 35723da

Please sign in to comment.