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/
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;
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) {
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…
DJunit.php121 * @param int $totalErrors Total number of errors found during the run.
133 $totalErrors, argument
140 $failures = ($totalErrors + $totalWarnings);
DEmacs.php86 * @param int $totalErrors Total number of errors found during the run.
98 $totalErrors, argument
DCsv.php86 * @param int $totalErrors Total number of errors found during the run.
98 $totalErrors, argument
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) {
DCheckstyle.php101 * @param int $totalErrors Total number of errors found during the run.
113 $totalErrors, argument
DDiff.php122 * @param int $totalErrors Total number of errors found during the run.
134 $totalErrors, argument
DXml.php105 * @param int $totalErrors Total number of errors found during the run.
117 $totalErrors, argument
DCbf.php126 * @param int $totalErrors Total number of errors found during the run.
138 $totalErrors, argument
DInfo.php95 * @param int $totalErrors Total number of errors found during the run.
107 $totalErrors, argument
DVersionControl.php159 * @param int $totalErrors Total number of errors found during the run.
171 $totalErrors, argument
178 $errorsShown = ($totalErrors + $totalWarnings);
DFull.php205 * @param int $totalErrors Total number of errors found during the run.
217 $totalErrors, argument
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
DReport.php62 * @param int $totalErrors Total number of errors found during the run.
74 $totalErrors, argument
DReporting.php45 public $totalErrors = 0; variable in PHP_CodeSniffer_Reporting
197 $this->totalErrors += $reportData['errors'];
258 $this->totalErrors,
286 'errors' => $this->totalErrors,