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

Breadcrumb

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

Tokens::$ooScopeTokens

Tokens that open class and object scopes.

Type: array

File

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

Class

Tokens

Namespace

PHP_CodeSniffer\Util

Code

public static $ooScopeTokens = [
    T_CLASS => T_CLASS,
    T_ANON_CLASS => T_ANON_CLASS,
    T_INTERFACE => T_INTERFACE,
    T_TRAIT => T_TRAIT,
    T_ENUM => T_ENUM,
];
RSS feed
Powered by Drupal