Home
last modified time | relevance | path

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

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DSyntaxSniff.php88 $phpcsFile->addErrorOnLine("PHP syntax error: $error", $line, 'PHPSyntax');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DClosureLinterSniff.php116 $phpcsFile->addErrorOnLine($message, $line, 'ExternalToolError', $data);
H A DESLintSniff.php109 $phpcsFile->addErrorOnLine($error->message, $error->line, $error->ruleId);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php881 public function addErrorOnLine( function in PHP_CodeSniffer_File