Home
last modified time | relevance | path

Searched refs:processBracket (Results 1 – 2 of 2) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/
H A DMultiLineFunctionDeclarationSniff.php131 $this->processBracket($phpcsFile, $openBracket, $tokens, 'function');
143 $this->processBracket($phpcsFile, $openBracket, $tokens, 'use');
168 …public function processBracket(PHP_CodeSniffer_File $phpcsFile, $openBracket, $tokens, $type='func… function in Squiz_Sniffs_Functions_MultiLineFunctionDeclarationSniff
H A DFunctionDeclarationArgumentSpacingSniff.php96 $this->processBracket($phpcsFile, $openBracket);
102 $this->processBracket($phpcsFile, $openBracket);
118 public function processBracket(PHP_CodeSniffer_File $phpcsFile, $openBracket) function in Squiz_Sniffs_Functions_FunctionDeclarationArgumentSpacingSniff