Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
TokenStream.php
TokenStream::$indentMap
@var int[] Map from position to indentation
Type:
indentMap
File
vendor/
nikic/
php-parser/
lib/
PhpParser/
Internal/
TokenStream.php
, line 16
Class
TokenStream
Provides operations on token streams, for use by pretty printer.
Namespace
PhpParser\Internal
Code
private array $indentMap;
RSS feed