mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 18:11:47 +02:00
[ticket/12721] Add Squiz.Functions.LowercaseFunctionKeywords in legacy
PHPBB3-12721
This commit is contained in:
@@ -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" />
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user