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 1ea3525 commit 13ebfcdCopy full SHA for 13ebfcd
PHPCompatibilitySymfonyPolyfillPHP56/ruleset.xml
@@ -11,4 +11,11 @@
11
<exclude name="PHPCompatibility.Constants.NewConstants.ldap_escape_dnFound"/>
12
</rule>
13
14
+ <!-- Prevent false positives being thrown when run over the code of polyfill-util itself. -->
15
+ <rule ref="PHPCompatibility.FunctionUse.NewFunctionParameters.strrchr_before_needleFound">
16
+ <!-- This looks to be a bug in the polyfill code, but probably pretty much an edge case
17
+ and if it hasn't been reported to Symfony so far, leave it be. -->
18
+ <exclude-pattern>/polyfill-util/BinaryNoFuncOverload\.php$</exclude-pattern>
19
+ </rule>
20
+
21
</ruleset>
0 commit comments