File tree Expand file tree Collapse file tree
PHPCompatibilitySymfonyPolyfillPHP55
PHPCompatibilitySymfonyPolyfillPHP72 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 <exclude name =" PHPCompatibility.FunctionUse.NewFunctions.json_last_error_msgFound" />
1414 </rule >
1515
16+ <!-- Prevent false positives being thrown when run over the code of polyfill-php55 itself. -->
17+ <rule ref =" PHPCompatibility.Constants.NewConstants.json_error_utf8Found" >
18+ <exclude-pattern >/polyfill-php55/Php55\.php$</exclude-pattern >
19+ </rule >
20+
1621</ruleset >
Original file line number Diff line number Diff line change 1515 <exclude name =" PHPCompatibility.FunctionUse.NewFunctions.mb_scrubFound" />
1616 </rule >
1717
18+ <!-- Prevent false positives being thrown when run over the code of polyfill-php55 itself. -->
19+ <rule ref =" PHPCompatibility.Constants.NewConstants.debug_backtrace_ignore_argsFound" >
20+ <exclude-pattern >/polyfill-php72/Php72\.php$</exclude-pattern >
21+ </rule >
22+
1823</ruleset >
You can’t perform that action at this time.
0 commit comments