Skip to content
On this page

FunctionDuplicateArgument

Checks that duplicate arguments are not used in function declarations.

Scope

Squiz.Functions.FunctionDuplicateArgument

Description

All PHP built-in functions should be lowercased when called.

Usage

xml
<rule ref="Squiz.Functions.FunctionDuplicateArgument"></rule>

Examples

No Examples Available

Please edit this page through Github to add examples.

Released under the MIT License.