Joomla_Sniffs_Functions_FunctionCallSignatureSniff::processMultiLineCall
Processes multi-line calls.
Signature
public function processMultiLineCall(PHP_CodeSniffer_File
$phpcsFile,
int
$stackPtr,
int
$openBracket,
array
$tokensĀ )
Parameters
-
$phpcsFile
- The file being scanned.
-
$stackPtr
- The position of the current token
-
$openBracket
- The position of the openning bracket
-
$tokens
- The stack of tokens that make up
Returns
- void