You are here

protected function Drupal_Sniffs_NamingConventions_ValidFunctionNameSniff::processTokenOutsideScope in Coder 7.2

Processes the tokens outside the scope.

Parameters

PHP_CodeSniffer_File $phpcsFile The file being processed.:

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

Return value

void

File

coder_sniffer/Drupal/Sniffs/NamingConventions/ValidFunctionNameSniff.php, line 103

Class

Drupal_Sniffs_NamingConventions_ValidFunctionNameSniff
Drupal_Sniffs_NamingConventions_ValidFunctionNameSniff.

Code

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

  // Empty override, does not apply to Drupal.
}