diff --git a/config/phpcs/ZooRoyal/ruleset.xml b/config/phpcs/ZooRoyal/ruleset.xml
index b3d8066..5b493b8 100755
--- a/config/phpcs/ZooRoyal/ruleset.xml
+++ b/config/phpcs/ZooRoyal/ruleset.xml
@@ -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-->