function AbstractPatternSniff::processSupplementary
Processes any tokens registered with registerSupplementary().
Parameters
\PHP_CodeSniffer\Files\File $phpcsFile The PHP_CodeSniffer file where to: process the skip.
int $stackPtr The position in the tokens stack to: process.
Return value
void
See also
registerSupplementary()
1 call to AbstractPatternSniff::processSupplementary()
- AbstractPatternSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Sniffs/ AbstractPatternSniff.php - Processes the test.
File
-
vendor/
squizlabs/ php_codesniffer/ src/ Sniffs/ AbstractPatternSniff.php, line 758
Class
Namespace
PHP_CodeSniffer\SniffsCode
protected function processSupplementary(File $phpcsFile, $stackPtr) {
}