Home
last modified time | relevance | path

Searched refs:totalWarnings (Results 1 – 16 of 16) sorted by path

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DReport.php63 * @param int $totalWarnings Total number of warnings found during the run.
75 $totalWarnings, argument
H A DReporting.php52 public $totalWarnings = 0; variable in PHP_CodeSniffer_Reporting
198 $this->totalWarnings += $reportData['warnings'];
259 $this->totalWarnings,
287 'warnings' => $this->totalWarnings,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DCbf.php127 * @param int $totalWarnings Total number of warnings found during the run.
139 $totalWarnings, argument
H A DCheckstyle.php102 * @param int $totalWarnings Total number of warnings found during the run.
114 $totalWarnings, argument
H A DCsv.php87 * @param int $totalWarnings Total number of warnings found during the run.
99 $totalWarnings, argument
H A DDiff.php123 * @param int $totalWarnings Total number of warnings found during the run.
135 $totalWarnings, argument
H A DEmacs.php87 * @param int $totalWarnings Total number of warnings found during the run.
99 $totalWarnings, argument
H A DFull.php206 * @param int $totalWarnings Total number of warnings found during the run.
218 $totalWarnings, argument
H A DInfo.php96 * @param int $totalWarnings Total number of warnings found during the run.
108 $totalWarnings, argument
H A DJson.php103 * @param int $totalWarnings Total number of warnings found during the run.
115 $totalWarnings, argument
121 …echo '{"totals":{"errors":'.$totalErrors.',"warnings":'.$totalWarnings.',"fixable":'.$totalFixable…
H A DJunit.php122 * @param int $totalWarnings Total number of warnings found during the run.
134 $totalWarnings, argument
140 $failures = ($totalErrors + $totalWarnings);
H A DNotifysend.php142 * @param int $totalWarnings Total number of warnings found during the run.
154 $totalWarnings, argument
160 $msg = $this->generateMessage($totalFiles, $totalErrors, $totalWarnings);
177 * @param int $totalWarnings Total number of warnings found during the run.
181 protected function generateMessage($totalFiles, $totalErrors, $totalWarnings) argument
183 if ($totalErrors === 0 && $totalWarnings === 0) {
195 if ($totalWarnings > 0) {
196 $msg .= $totalWarnings.' warnings'.PHP_EOL;
H A DSource.php121 * @param int $totalWarnings Total number of warnings found during the run.
133 $totalWarnings, argument
247 echo "\033[1m".'A TOTAL OF '.($totalErrors + $totalWarnings).' SNIFF VIOLATION';
248 if (($totalErrors + $totalWarnings) > 1) {
H A DSummary.php96 * @param int $totalWarnings Total number of warnings found during the run.
108 $totalWarnings, argument
163 echo ' AND '.$totalWarnings.' WARNING';
164 if ($totalWarnings !== 1) {
H A DVersionControl.php160 * @param int $totalWarnings Total number of warnings found during the run.
172 $totalWarnings, argument
178 $errorsShown = ($totalErrors + $totalWarnings);
H A DXml.php106 * @param int $totalWarnings Total number of warnings found during the run.
118 $totalWarnings, argument