This report implements the various auto-fixing features of the PHPCBF script and is not intended (or allowed) to be selected as a report from the command line.
void generate(
string
$cachedData, int
$totalFiles, int
$totalErrors, int
$totalWarnings, int
$totalFixable, [bool
$showSources = false], [int
$width = 80], [bool
$interactive = false], [bool
$toScreen = true])
bool generateFileReport(
array
$report, File
$phpcsFile, [bool
$showSources = false], [int
$width = 80])
Function should return TRUE if it printed or stored data about the file and FALSE if it ignored the file. Returning TRUE indicates that the file and its data should be counted in the grand totals.