Searched refs:DocComment (Results 1 – 2 of 2) sorted by relevance
21 /** My DocComment for B */72 string(26) "/** My DocComment for B */"
4 use PhpParser\Comment\Doc as DocComment; alias3176 function parseDocComment(DocComment $comment): array {3378 ?DocComment $docComment,3424 ?DocComment $comment,3610 function getFileDocComment(array $stmts): ?DocComment {3620 if ($comments[0] instanceof DocComment) {
Completed in 16 milliseconds