Skip to content

Commit

Permalink
Fix: Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-chetan committed Jul 2, 2023
1 parent 895933e commit ec3ab3b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -480,12 +480,7 @@

<!-- Generic -->
<rule ref="Generic.PHP.BacktickOperator"/>
<rule ref="Generic.PHP.DeprecatedFunctions">
<properties>
<property name="forbiddenFunctions" type="array">
</property>
</properties>
</rule>
<rule ref="Generic.PHP.DeprecatedFunctions"/>
<rule ref="Generic.PHP.DisallowShortOpenTag"/>
<rule ref="Generic.PHP.DiscourageGoto"/>
<rule ref="Generic.PHP.ForbiddenFunctions">
Expand Down

0 comments on commit ec3ab3b

Please sign in to comment.