function VariableCommentSniff::processVariableInString
Same name in this branch
- 11.1.x vendor/drupal/coder/coder_sniffer/Drupal/Sniffs/Commenting/VariableCommentSniff.php \Drupal\Sniffs\Commenting\VariableCommentSniff::processVariableInString()
Called to process variables found in double quoted strings.
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::processVariableInString
File
-
vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ Commenting/ VariableCommentSniff.php, line 195
Class
Namespace
PHP_CodeSniffer\Standards\Squiz\Sniffs\CommentingCode
protected function processVariableInString(File $phpcsFile, $stackPtr) {
}