Remove from cache files where contains errors
category |
PHP |
---|---|
package |
PHP_CodeSniffer |
author |
Rui Filipe Da Cunha Alves ruifil@ruifil.com |
generate(string $cachedData, integer $totalFiles, integer $totalErrors, integer $totalWarnings, integer $totalFixable, boolean $showSources = false, integer $width = 80, boolean $toScreen = true) : void
string
Any partial report data that was returned from generateFileReport during the run.
integer
Total number of files processed during the run.
integer
Total number of errors found during the run.
integer
Total number of warnings found during the run.
integer
Total number of problems that can be fixed.
boolean
Show sources?
integer
Maximum allowed line width.
boolean
Is the report being printed to screen?
generateFileReport(array $report, \PHP_CodeSniffer_File $phpcsFile, boolean $showSources = false, integer $width = 80) : boolean
array
Prepared report data.
\PHP_CodeSniffer_File
The file being reported on.
boolean
Show sources?
integer
Maximum allowed line width.
boolean