You are here

protected function VariableCommentSniff::processVariableInString in Coder 8.2

Same name and namespace in other branches
  1. 8.3 coder_sniffer/Drupal/Sniffs/Commenting/VariableCommentSniff.php \Drupal\Sniffs\Commenting\VariableCommentSniff::processVariableInString()
  2. 8.3.x 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

File

coder_sniffer/Drupal/Sniffs/Commenting/VariableCommentSniff.php, line 191

Class

VariableCommentSniff
Parses and verifies class property doc comments.

Namespace

Drupal\Sniffs\Commenting

Code

protected function processVariableInString(File $phpcsFile, $stackPtr) {
}