function MethodDeclarationSniff::processTokenOutsideScope
Processes a token that is found within the scope that this test is listening to.
Parameters
\PHP_CodeSniffer\Files\File $phpcsFile The file where this token was found.:
int $stackPtr The position in the stack where this: token was found.
Return value
void
Overrides AbstractScopeSniff::processTokenOutsideScope
File
-
vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PSR2/ Sniffs/ Methods/ MethodDeclarationSniff.php, line 156
Class
Namespace
PHP_CodeSniffer\Standards\PSR2\Sniffs\MethodsCode
protected function processTokenOutsideScope(File $phpcsFile, $stackPtr) {
}