You are here

protected function Drupal_Sniffs_NamingConventions_ValidVariableNameSniff::processVariableInString in Coder 7.2

Processes variables in double quoted strings.

Parameters

PHP_CodeSniffer_File $phpcsFile The file where this token was found.:

int $stackPtr The position where the token was found.:

Return value

void

File

coder_sniffer/Drupal/Sniffs/NamingConventions/ValidVariableNameSniff.php, line 108

Class

Drupal_Sniffs_NamingConventions_ValidVariableNameSniff
Drupal_Sniffs_NamingConventions_ValidVariableNameSniff.

Code

protected function processVariableInString(PHP_CodeSniffer_File $phpcsFile, $stackPtr) {

  // We don't care about variables in strings.
}