We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ebfcd commit f274d7bCopy full SHA for f274d7b
PHPCompatibilitySymfonyPolyfillPHP80/ruleset.xml
@@ -22,4 +22,9 @@
22
<exclude name="PHPCompatibility.Classes.NewClasses.valueerrorFound"/>
23
</rule>
24
25
+ <!-- Prevent false positives being thrown when run over the code of polyfill-util itself. -->
26
+ <rule ref="PHPCompatibility.Attributes.NewAttributes.PHPNativeAttributeFound">
27
+ <exclude-pattern>/polyfill-php80/Resources/stubs/Attribute\.php$</exclude-pattern>
28
+ </rule>
29
+
30
</ruleset>
0 commit comments