FunctionCallSignature
Checks that the function call format is correct.
Scope
PSR2.Methods.FunctionCallSignature
Properties
| Property Name | Type | Default | Available Since |
|---|---|---|---|
| allowMultipleArguments | bool | false | 1.4.7 |
| indent | int | 4 | 1.3.4 |
| requiredSpacesAfterOpen | int | 0 | 1.5.2 |
| requiredSpacesBeforeClose | int | 0 | 1.5.2 |
Usage
xml
<rule ref="PSR2.Methods.FunctionCallSignature"></rule>
Examples
No Examples Available
Please edit this page through Github to add examples.