FunctionCallSignatureSniff::$allowMultipleArguments
Same name in this branch
- 11.1.x vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Sniffs/Functions/FunctionCallSignatureSniff.php \PHP_CodeSniffer\Standards\PEAR\Sniffs\Functions\FunctionCallSignatureSniff::allowMultipleArguments
If TRUE, multiple arguments can be defined per line in a multi-line call.
Type: boolean
Overrides FunctionCallSignatureSniff::$allowMultipleArguments
File
-
vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PSR2/ Sniffs/ Methods/ FunctionCallSignatureSniff.php, line 24
Class
Namespace
PHP_CodeSniffer\Standards\PSR2\Sniffs\MethodsCode
public $allowMultipleArguments = false;