[line 25]
The config data for the run.[line 67]
When the PHPCS run started.[line 39]
Total number of errors found during the run.[line 32]
Total number of files that contain errors or warnings.[line 53]
Total number of errors/warnings that can be fixed.[line 60]
Total number of errors/warnings that were fixed.[line 46]
Total number of warnings found during the run.void __construct(
Config
$config)
All reports specified in the config will be created and their output file (or a temp file if none is specified) initialised by clearing the current contents.
void cacheFileReport(
File
$phpcsFile)
The report content that is generated is appended to the output file assigned to each report. This content may be an intermediate report format and not reflect the final report output.
array prepareFileReport(
File
$phpcsFile)
void printReport(
string
$report)
bool printReports(
)
Returns TRUE if any of the reports output content to the screen or FALSE if all reports were silently printed to a file.