Skip to content

Commit

Permalink
Ruleset: minor documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Oct 25, 2018
1 parent 5ab8dcb commit 93f460f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PHPCompatibilitySymfonyPolyfillPHP72/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<exclude name="PHPCompatibility.FunctionUse.NewFunctions.mb_scrubFound"/>
</rule>

<!-- Prevent false positives being thrown when run over the code of polyfill-php55 itself. -->
<!-- Prevent false positives being thrown when run over the code of polyfill-php72 itself. -->
<rule ref="PHPCompatibility.Constants.NewConstants.debug_backtrace_ignore_argsFound">
<exclude-pattern>/polyfill-php72/Php72\.php$</exclude-pattern>
</rule>
Expand Down

0 comments on commit 93f460f

Please sign in to comment.