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

Breadcrumb

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

PhpDocParser::DISALLOWED_DESCRIPTION_START_TOKENS

File

vendor/phpstan/phpdoc-parser/src/Parser/PhpDocParser.php, line 27

Class

PhpDocParser
@phpstan-import-type ValueType from Doctrine\DoctrineArgument as DoctrineValueType

Namespace

PHPStan\PhpDocParser\Parser

Code

private const DISALLOWED_DESCRIPTION_START_TOKENS = [
    Lexer::TOKEN_UNION,
    Lexer::TOKEN_INTERSECTION,
];
RSS feed
Powered by Drupal