Supported configuration parameters:
[line 37]
Path to notify-send command.[line 44]
Show "ok, all fine" messages.[line 30]
Notification timeout in milliseconds.[line 51]
Version of installed notify-send executable.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.
string generateMessage(
string[]
$checkedFiles, int
$totalErrors, int
$totalWarnings)
string getBasicCommand(
)
void notifyAllFine(
)
void notifyErrors(
string
$msg)