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

Breadcrumb

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

TokenHelper::$inlineCommentTokenCodes

@var array<int, (int|string)>

Type: inlineCommentTokenCodes

File

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

Class

TokenHelper
@internal

Namespace

SlevomatCodingStandard\Helpers

Code

public static $inlineCommentTokenCodes = [
    T_COMMENT,
    T_PHPCS_DISABLE,
    T_PHPCS_ENABLE,
    T_PHPCS_IGNORE,
    T_PHPCS_IGNORE_FILE,
    T_PHPCS_SET,
];

API Navigation

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