Skip to content

Commit

Permalink
use generic sniff for forbidden functions (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanDelMar authored Jun 29, 2024
1 parent a461d7f commit c527f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSR12NeutronRuleset/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<!-- Bad parts of PHP -->
<rule ref="Generic.PHP.NoSilencedErrors"/>
<rule ref="Squiz.PHP.DiscouragedFunctions">
<rule ref="Generic.PHP.ForbiddenFunctions">
<properties>
<property name="forbiddenFunctions" type="array">
<!-- See disable_functions PHP-FPM configuration -->
Expand Down

0 comments on commit c527f9e

Please sign in to comment.