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

Breadcrumb

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

function TokenHelper::findNextAnyToken

*

Parameters

int $startPointer Search starts at this token, inclusive: * @param int|null $endPointer Search ends at this token, exclusive

File

vendor/slevomat/coding-standard/SlevomatCodingStandard/Helpers/TokenHelper.php, line 238

Class

TokenHelper
@internal

Namespace

SlevomatCodingStandard\Helpers

Code

public static function findNextAnyToken(File $phpcsFile, int $startPointer, ?int $endPointer = null) : ?int {
    return self::findNextExcluding($phpcsFile, [], $startPointer, $endPointer);
}
RSS feed
Powered by Drupal