Home
last modified time | relevance | path

Searched refs:totalErrors (Results 1 – 16 of 16) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DNotifysend.php141 * @param int $totalErrors Total number of errors found during the run.
153 $totalErrors, argument
160 $msg = $this->generateMessage($totalFiles, $totalErrors, $totalWarnings);
176 * @param int $totalErrors Total number of errors found during the run.
181 protected function generateMessage($totalFiles, $totalErrors, $totalWarnings) argument
183 if ($totalErrors === 0 && $totalWarnings === 0) {
199 if ($totalErrors > 0) {
200 $msg .= $totalErrors.' errors'.PHP_EOL;
H A DSummary.php95 * @param int $totalErrors Total number of errors found during the run.
107 $totalErrors, argument
158 echo "\033[1mA TOTAL OF $totalErrors ERROR";
159 if ($totalErrors !== 1) {
H A DJson.php102 * @param int $totalErrors Total number of errors found during the run.
114 $totalErrors, argument
121 …echo '{"totals":{"errors":'.$totalErrors.',"warnings":'.$totalWarnings.',"fixable":'.$totalFixable…
H A DJunit.php121 * @param int $totalErrors Total number of errors found during the run.
133 $totalErrors, argument
140 $failures = ($totalErrors + $totalWarnings);
H A DEmacs.php86 * @param int $totalErrors Total number of errors found during the run.
98 $totalErrors, argument
H A DCsv.php86 * @param int $totalErrors Total number of errors found during the run.
98 $totalErrors, argument
H A DSource.php120 * @param int $totalErrors Total number of errors found during the run.
132 $totalErrors, argument
247 echo "\033[1m".'A TOTAL OF '.($totalErrors + $totalWarnings).' SNIFF VIOLATION';
248 if (($totalErrors + $totalWarnings) > 1) {
H A DCheckstyle.php101 * @param int $totalErrors Total number of errors found during the run.
113 $totalErrors, argument
H A DDiff.php122 * @param int $totalErrors Total number of errors found during the run.
134 $totalErrors, argument
H A DXml.php105 * @param int $totalErrors Total number of errors found during the run.
117 $totalErrors, argument
H A DCbf.php126 * @param int $totalErrors Total number of errors found during the run.
138 $totalErrors, argument
H A DInfo.php95 * @param int $totalErrors Total number of errors found during the run.
107 $totalErrors, argument
H A DVersionControl.php159 * @param int $totalErrors Total number of errors found during the run.
171 $totalErrors, argument
178 $errorsShown = ($totalErrors + $totalWarnings);
H A DFull.php205 * @param int $totalErrors Total number of errors found during the run.
217 $totalErrors, argument
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DReport.php62 * @param int $totalErrors Total number of errors found during the run.
74 $totalErrors, argument
H A DReporting.php45 public $totalErrors = 0; variable in PHP_CodeSniffer_Reporting
197 $this->totalErrors += $reportData['errors'];
258 $this->totalErrors,
286 'errors' => $this->totalErrors,