Searched refs:getWarningCount (Results 1 – 3 of 3) sorted by relevance
307 'warnings' => $phpcsFile->getWarningCount(),
1320 public function getWarningCount() function in PHP_CodeSniffer_File
668 $warnings = $phpcsFile->getWarningCount();1825 $numErrors = ($phpcsFile->getErrorCount() + $phpcsFile->getWarningCount());1911 $warnings = $phpcsFile->getWarningCount();