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

Breadcrumb

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

Fixer::$tokens

The list of tokens that make up the file contents.

This is a simplified list which just contains the token content and nothing else. This is the array that is updated as fixes are made, not the file's token array. Imploding this array will give you the file content back.

Type: array

File

vendor/squizlabs/php_codesniffer/src/Fixer.php, line 56

Class

Fixer

Namespace

PHP_CodeSniffer

Code

private $tokens = [];
RSS feed
Powered by Drupal