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; alias4286 if ($comment instanceof DocComment) {4295 function parseDocComment(DocComment $comment): array {4828 /** @return DocComment[] */4838 if ($comment instanceof DocComment) {
Completed in 18 milliseconds