Home
last modified time | relevance | path

Searched refs:processTags (Results 1 – 2 of 2) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DClassCommentSniff.php85 $this->processTags($phpcsFile, $stackPtr, $tokens[$commentEnd]['comment_opener']);
H A DFileCommentSniff.php204 $this->processTags($phpcsFile, $stackPtr, $commentStart);
222 protected function processTags(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $commentStart) function in PEAR_Sniffs_Commenting_FileCommentSniff