function CamelCapsMethodNameSniff::processTokenOutsideScope
Processes the tokens outside the scope.
Parameters
\PHP_CodeSniffer\Files\File $phpcsFile The file being processed.:
int $stackPtr The position where this token was: found.
Return value
void
Overrides CamelCapsFunctionNameSniff::processTokenOutsideScope
File
-
vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PSR1/ Sniffs/ Methods/ CamelCapsMethodNameSniff.php, line 85
Class
Namespace
PHP_CodeSniffer\Standards\PSR1\Sniffs\MethodsCode
protected function processTokenOutsideScope(File $phpcsFile, $stackPtr) {
}