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

Breadcrumb

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

Tokens::$phpcsCommentTokens

Tokens that are comments containing PHPCS instructions.

Type: array

File

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

Class

Tokens

Namespace

PHP_CodeSniffer\Util

Code

public static $phpcsCommentTokens = [
    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,
];
RSS feed
Powered by Drupal