You are here

protected function VariableCommentSniff::processVariable 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::processVariable()
  2. 8.3.x 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

File

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

Class

VariableCommentSniff
Parses and verifies class property doc comments.

Namespace

Drupal\Sniffs\Commenting

Code

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