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

Breadcrumb

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

function SelfMemberReferenceSniff::processTokenOutsideScope

Processes a token that is found within the scope that this test is listening to.

Parameters

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

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

Return value

void

Overrides AbstractScopeSniff::processTokenOutsideScope

File

vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Classes/SelfMemberReferenceSniff.php, line 176

Class

SelfMemberReferenceSniff

Namespace

PHP_CodeSniffer\Standards\Squiz\Sniffs\Classes

Code

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal