Home
last modified time | relevance | path

Searched refs:_numFixes (Results 1 – 1 of 1) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFixer.php117 private $_numFixes = 0; variable in PHP_CodeSniffer_Fixer
130 $this->_numFixes = 0;
197 … echo "\t=> Fixing file: $this->_numFixes/$fixable violations remaining [made $this->loops pass";
205 if ($this->_numFixes === 0 && $this->_inConflict === false) {
209 … echo "\t* fixed $this->_numFixes violations, starting loop ".($this->loops + 1).' *'.PHP_EOL;
215 if ($this->_numFixes > 0) {
218 …echo "\t*** Reached maximum number of loops with $this->_numFixes violations left unfixed ***".PHP…
322 return $this->_numFixes;
581 $this->_numFixes++;
636 $this->_numFixes--;