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

Breadcrumb

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

T_DOC_COMMENT_WHITESPACE

39 uses of T_DOC_COMMENT_WHITESPACE
AbstractRequireOneLineDocComment::process in vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/Commenting/AbstractRequireOneLineDocComment.php
* @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
Comment::collectWhitespace in vendor/squizlabs/php_codesniffer/src/Tokenizers/Comment.php
Collect consecutive whitespace into a single token.
Comment::processLine in vendor/squizlabs/php_codesniffer/src/Tokenizers/Comment.php
Process a single line of a comment.
DataTypeNamespaceSniff::process in vendor/drupal/coder/coder_sniffer/Drupal/Sniffs/Commenting/DataTypeNamespaceSniff.php
Processes this test, when one of its tokens is encountered.
DisallowSpaceIndentSniff::process in vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/WhiteSpace/DisallowSpaceIndentSniff.php
Processes this test, when one of its tokens is encountered.

... See full list

File

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

Namespace

PHP_CodeSniffer\Util

Code

define('T_DOC_COMMENT_WHITESPACE', 'PHPCS_T_DOC_COMMENT_WHITESPACE');

API Navigation

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