Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php905 protected function getCommentBeforeToken(int $tokenPos): ?Comment { function in PhpParser\\ParserAbstract
923 $comment = $this->getCommentBeforeToken($tokenPos);
943 if ($this->getCommentBeforeToken($tokenStartPos) === null) {

Completed in 6 milliseconds