mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12721] Add Squiz.Functions.LowercaseFunctionKeywords in legacy
PHPBB3-12721
This commit is contained in:
parent
a94581e7ca
commit
13c03b6fcf
1 changed files with 3 additions and 0 deletions
|
@ -63,6 +63,9 @@
|
||||||
</rule>
|
</rule>
|
||||||
<rule ref="Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterHint" />
|
<rule ref="Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterHint" />
|
||||||
|
|
||||||
|
<!-- All PHP built-in functions should be lowercased when called. -->
|
||||||
|
<rule ref="Squiz.Functions.LowercaseFunctionKeywords" />
|
||||||
|
|
||||||
<!-- The eval() function MUST NOT be used. -->
|
<!-- The eval() function MUST NOT be used. -->
|
||||||
<rule ref="Squiz.PHP.Eval" />
|
<rule ref="Squiz.PHP.Eval" />
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue