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

Breadcrumb

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

function AbstractPatternSniff::processSupplementary

Processes any tokens registered with registerSupplementary().

Parameters

\PHP_CodeSniffer\Files\File $phpcsFile The PHP_CodeSniffer file where to: process the skip.

int $stackPtr The position in the tokens stack to: process.

Return value

void

See also

registerSupplementary()

1 call to AbstractPatternSniff::processSupplementary()
AbstractPatternSniff::process in vendor/squizlabs/php_codesniffer/src/Sniffs/AbstractPatternSniff.php
Processes the test.

File

vendor/squizlabs/php_codesniffer/src/Sniffs/AbstractPatternSniff.php, line 758

Class

AbstractPatternSniff

Namespace

PHP_CodeSniffer\Sniffs

Code

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

API Navigation

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