Skip to content

Commit

Permalink
Add exception for Generic.PHP.DeprecatedFunctions.Deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Aug 27, 2016
1 parent cdf70bb commit d2d4143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpcs.ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<exclude name="Generic.Functions.OpeningFunctionBraceKernighanRitchie.BraceOnNewLine" />
<exclude name="Generic.Functions.OpeningFunctionBraceKernighanRitchie.ContentAfterBrace" />
<exclude name="Generic.Functions.OpeningFunctionBraceKernighanRitchie.SpaceBeforeBrace" />
<exclude name="Generic.PHP.DeprecatedFunctions.Deprecated" />
<exclude name="Generic.PHP.ForbiddenFunctions.FoundWithAlternative" />
<exclude name="Generic.PHP.LowerCaseKeyword.Found" />
<exclude name="Generic.PHP.NoSilencedErrors.Discouraged" />
Expand Down

0 comments on commit d2d4143

Please sign in to comment.