Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MemberVarSpacingSniff.php

function MemberVarSpacingSniff::processVariableInString

Processes variables in double quoted strings.

Parameters

\PHP_CodeSniffer\Files\File $phpcsFile The file where this token was found.:

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

Return value

void

Overrides AbstractVariableSniff::processVariableInString

File

vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/WhiteSpace/MemberVarSpacingSniff.php, line 243

Class

MemberVarSpacingSniff

Namespace

PHP_CodeSniffer\Standards\Squiz\Sniffs\WhiteSpace

Code

protected function processVariableInString(File $phpcsFile, $stackPtr) {
    
    /*
        We don't care about normal variables.
    */
}
RSS feed
Powered by Drupal