Add exception for Generic.PHP.DeprecatedFunctions.Deprecated

This commit is contained in:
Aristeides Stathopoulos 2016-08-27 20:52:31 +03:00
parent cdf70bb953
commit d2d41437f8
1 changed files with 1 additions and 0 deletions

View File

@ -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" />