Home
last modified time | relevance | path

Searched refs:warningSeverity (Results 1 – 4 of 4) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dphpcs-svn-pre-commit147 $this->warningSeverity = PHPCS_DEFAULT_WARN_SEV;
149 $this->warningSeverity = $values['warningSeverity'];
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php74 public $warningSeverity = 0; variable in PHP_CodeSniffer_CLI
814 $this->values['warningSeverity'] = $this->values['errorSeverity'];
818 $this->values['warningSeverity'] = (int) substr($arg, 17);
983 $this->warningSeverity = PHPCS_DEFAULT_WARN_SEV;
985 $this->warningSeverity = $values['warningSeverity'];
H A DFile.php1178 } else if ($this->phpcs->cli->warningSeverity === 0) {
1191 if ($this->phpcs->cli->warningSeverity > $severity) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php265 $this->cli->warningSeverity = PHPCS_DEFAULT_WARN_SEV;