function VariableCommentSniff::processVariable
Same name in this branch
- 11.1.x vendor/drupal/coder/coder_sniffer/Drupal/Sniffs/Commenting/VariableCommentSniff.php \Drupal\Sniffs\Commenting\VariableCommentSniff::processVariable()
Called to process a normal variable.
Not required for this sniff.
Parameters
\PHP_CodeSniffer\Files\File $phpcsFile The PHP_CodeSniffer file where this token was found.:
int $stackPtr The position where the double quoted: string was found.
Return value
void
Overrides AbstractVariableSniff::processVariable
File
-
vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ Commenting/ VariableCommentSniff.php, line 178
Class
Namespace
PHP_CodeSniffer\Standards\Squiz\Sniffs\CommentingCode
protected function processVariable(File $phpcsFile, $stackPtr) {
}