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

Breadcrumb

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

function Lexer::__construct

Same name in this branch
  1. 11.1.x vendor/twig/twig/src/Lexer.php \Twig\Lexer::__construct()
  2. 11.1.x vendor/seld/jsonlint/src/Seld/JsonLint/Lexer.php \Seld\JsonLint\Lexer::__construct()

File

vendor/phpstan/phpdoc-parser/src/Lexer/Lexer.php, line 103

Class

Lexer
Implementation based on Nette Tokenizer (New BSD License; https://github.com/nette/tokenizer)

Namespace

PHPStan\PhpDocParser\Lexer

Code

public function __construct(bool $parseDoctrineAnnotations = false) {
    $this->parseDoctrineAnnotations = $parseDoctrineAnnotations;
}
RSS feed
Powered by Drupal