Skip to content
On this page

FunctionCallSignature

Checks that the function call format is correct.

Scope

PSR2.Methods.FunctionCallSignature

Properties

Property NameTypeDefaultAvailable Since
allowMultipleArgumentsboolfalse1.4.7
indentint41.3.4
requiredSpacesAfterOpenint01.5.2
requiredSpacesBeforeCloseint01.5.2

Usage

xml
<rule ref="PSR2.Methods.FunctionCallSignature"></rule>

Examples

No Examples Available

Please edit this page through Github to add examples.

Released under the MIT License.