CORE POS - Fannie
The CORE POS back end
Public Member Functions | Public Attributes | List of all members
PSR2_Sniffs_Methods_FunctionCallSignatureSniff Class Reference
Inheritance diagram for PSR2_Sniffs_Methods_FunctionCallSignatureSniff:

Public Member Functions

 isMultiLineCall (PHP_CodeSniffer_File $phpcsFile, $stackPtr, $openBracket, $tokens)
 

Public Attributes

 $allowMultipleArguments = false
 

Member Function Documentation

PSR2_Sniffs_Methods_FunctionCallSignatureSniff::isMultiLineCall ( PHP_CodeSniffer_File  $phpcsFile,
  $stackPtr,
  $openBracket,
  $tokens 
)

Processes single-line calls.

Parameters
PHP_CodeSniffer_File$phpcsFileThe file being scanned.
int$stackPtrThe position of the current token in the stack passed in $tokens.
int$openBracketThe position of the opening bracket in the stack passed in $tokens.
array$tokensThe stack of tokens that make up the file.
Returns
void

The documentation for this class was generated from the following file: