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

Breadcrumb

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

Fixer::$enabled

Is the fixer enabled and fixing a file?

Sniffs should check this value to ensure they are not doing extra processing to prepare for a fix when fixing is not required.

Type: boolean

File

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

Class

Fixer

Namespace

PHP_CodeSniffer

Code

public $enabled = false;
RSS feed
Powered by Drupal