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

Breadcrumb

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

Tokens::$emptyTokens

Tokens that don't represent code.

Type: array

File

vendor/squizlabs/php_codesniffer/src/Util/Tokens.php, line 497

Class

Tokens

Namespace

PHP_CodeSniffer\Util

Code

public static $emptyTokens = [
    T_WHITESPACE => T_WHITESPACE,
    T_COMMENT => T_COMMENT,
    T_DOC_COMMENT => T_DOC_COMMENT,
    T_DOC_COMMENT_STAR => T_DOC_COMMENT_STAR,
    T_DOC_COMMENT_WHITESPACE => T_DOC_COMMENT_WHITESPACE,
    T_DOC_COMMENT_TAG => T_DOC_COMMENT_TAG,
    T_DOC_COMMENT_OPEN_TAG => T_DOC_COMMENT_OPEN_TAG,
    T_DOC_COMMENT_CLOSE_TAG => T_DOC_COMMENT_CLOSE_TAG,
    T_DOC_COMMENT_STRING => T_DOC_COMMENT_STRING,
    T_PHPCS_ENABLE => T_PHPCS_ENABLE,
    T_PHPCS_DISABLE => T_PHPCS_DISABLE,
    T_PHPCS_SET => T_PHPCS_SET,
    T_PHPCS_IGNORE => T_PHPCS_IGNORE,
    T_PHPCS_IGNORE_FILE => T_PHPCS_IGNORE_FILE,
];

API Navigation

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