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

Breadcrumb

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

function Fixer::getFixCount

Get a count of fixes that have been performed on the file.

This value is reset every time a new file is started, or an existing file is restarted.

Return value

int

File

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

Class

Fixer

Namespace

PHP_CodeSniffer

Code

public function getFixCount() {
    return $this->numFixes;
}
RSS feed
Powered by Drupal