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

Breadcrumb

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

Fixer::$fixedTokens

A list of tokens that have already been fixed.

We don't allow the same token to be fixed more than once each time through a file as this can easily cause conflicts between sniffs.

Type: int[]

File

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

Class

Fixer

Namespace

PHP_CodeSniffer

Code

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