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

Breadcrumb

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

T_DOC_COMMENT_STAR

21 uses of T_DOC_COMMENT_STAR
AbstractRequireOneLineDocComment::process in vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/Commenting/AbstractRequireOneLineDocComment.php
* @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
Comment::tokenizeString in vendor/squizlabs/php_codesniffer/src/Tokenizers/Comment.php
Creates an array of tokens when given some PHP code.
DocCommentAlignmentSniff::process in vendor/drupal/coder/coder_sniffer/Drupal/Sniffs/Commenting/DocCommentAlignmentSniff.php
Processes this test, when one of its tokens is encountered.
DocCommentAlignmentSniff::process in vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Commenting/DocCommentAlignmentSniff.php
Processes this test, when one of its tokens is encountered.
DocCommentHelper::getDocCommentDescription in vendor/slevomat/coding-standard/SlevomatCodingStandard/Helpers/DocCommentHelper.php
*

... See full list

File

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

Namespace

PHP_CodeSniffer\Util

Code

define('T_DOC_COMMENT_STAR', 'PHPCS_T_DOC_COMMENT_STAR');

API Navigation

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