*
int $startPointer Search starts at this token, inclusive: * @param int|null $endPointer Search ends at this token, exclusive
public static function findNextAnyToken(File $phpcsFile, int $startPointer, ?int $endPointer = null) : ?int { return self::findNextExcluding($phpcsFile, [], $startPointer, $endPointer); }