[line 66]
When the PHPCS run started.[line 45]
Total number of errors found during the run.[line 38]
Total number of files that contain errors or warnings.[line 59]
Total number of errors/warnings that can be fixed.[line 52]
Total number of warnings found during the run.void cacheFileReport(
PHP_CodeSniffer_File
$phpcsFile, array
$cliValues)
PHP_CodeSniffer_Report factory(
string
$type)
array prepareFileReport(
PHP_CodeSniffer_File
$phpcsFile)
Used by error reports to get a packaged list of all errors in each file.
int[] printReport(
string
$report, boolean
$showSources, [string
$reportFile = ''], [integer
$reportWidth = 80])
Returns an array with the number of errors and the number of warnings, in the form ['errors' => int, 'warnings' => int].