/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/ |
H A D | Notifysend.php | 141 * @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 D | Summary.php | 95 * @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 D | Json.php | 102 * @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 D | Junit.php | 121 * @param int $totalErrors Total number of errors found during the run. 133 $totalErrors, argument 140 $failures = ($totalErrors + $totalWarnings);
|
H A D | Emacs.php | 86 * @param int $totalErrors Total number of errors found during the run. 98 $totalErrors, argument
|
H A D | Csv.php | 86 * @param int $totalErrors Total number of errors found during the run. 98 $totalErrors, argument
|
H A D | Source.php | 120 * @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 D | Checkstyle.php | 101 * @param int $totalErrors Total number of errors found during the run. 113 $totalErrors, argument
|
H A D | Diff.php | 122 * @param int $totalErrors Total number of errors found during the run. 134 $totalErrors, argument
|
H A D | Xml.php | 105 * @param int $totalErrors Total number of errors found during the run. 117 $totalErrors, argument
|
H A D | Cbf.php | 126 * @param int $totalErrors Total number of errors found during the run. 138 $totalErrors, argument
|
H A D | Info.php | 95 * @param int $totalErrors Total number of errors found during the run. 107 $totalErrors, argument
|
H A D | VersionControl.php | 159 * @param int $totalErrors Total number of errors found during the run. 171 $totalErrors, argument 178 $errorsShown = ($totalErrors + $totalWarnings);
|
H A D | Full.php | 205 * @param int $totalErrors Total number of errors found during the run. 217 $totalErrors, argument
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/ |
H A D | Report.php | 62 * @param int $totalErrors Total number of errors found during the run. 74 $totalErrors, argument
|
H A D | Reporting.php | 45 public $totalErrors = 0; variable in PHP_CodeSniffer_Reporting 197 $this->totalErrors += $reportData['errors']; 258 $this->totalErrors, 286 'errors' => $this->totalErrors,
|