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

Breadcrumb

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

function CamelCapsMethodNameSniff::processTokenOutsideScope

Processes the tokens outside the scope.

Parameters

\PHP_CodeSniffer\Files\File $phpcsFile The file being processed.:

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

Return value

void

Overrides CamelCapsFunctionNameSniff::processTokenOutsideScope

File

vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Sniffs/Methods/CamelCapsMethodNameSniff.php, line 85

Class

CamelCapsMethodNameSniff

Namespace

PHP_CodeSniffer\Standards\PSR1\Sniffs\Methods

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