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

Breadcrumb

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

T_CLOSE_SHORT_ARRAY

20 uses of T_CLOSE_SHORT_ARRAY
ArbitraryParenthesesSpacingSniff::register in vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/WhiteSpace/ArbitraryParenthesesSpacingSniff.php
Returns an array of tokens this test wants to listen for.
ArraySniff::process in vendor/drupal/coder/coder_sniffer/Drupal/Sniffs/Arrays/ArraySniff.php
Processes this test, when one of its tokens is encountered.
CloseBracketSpacingSniff::register in vendor/drupal/coder/coder_sniffer/Drupal/Sniffs/WhiteSpace/CloseBracketSpacingSniff.php
Returns an array of tokens this test wants to listen for.
DisallowYodaConditionsSniff::process in vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/ControlStructures/DisallowYodaConditionsSniff.php
Processes this test, when one of its tokens is encountered.
File::findEndOfStatement in vendor/squizlabs/php_codesniffer/src/Files/File.php
Returns the position of the last non-whitespace token in a statement.

... See full list

File

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

Namespace

PHP_CodeSniffer\Util

Code

define('T_CLOSE_SHORT_ARRAY', 'PHPCS_T_CLOSE_SHORT_ARRAY');

API Navigation

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