Searched refs:getCommentBeforeToken (Results 1 – 1 of 1) sorted by relevance
903 protected function getCommentBeforeToken(int $tokenPos): ?Comment { function in PhpParser\\ParserAbstract921 $comment = $this->getCommentBeforeToken($tokenPos);941 if ($this->getCommentBeforeToken($tokenStartPos) === null) {
Completed in 12 milliseconds