PhpDocumentorParser
class PhpDocumentorParser implements PhpDocParserInterface (View source)
PhpDoc parser implementation using phpDocumentor library.
Parses PhpDoc comments and extracts type hints, version information, and other metadata.
Methods
parseDocComment(string|null $docComment)
No description
Details
ParsedPhpDoc
parseDocComment(string|null $docComment)
No description
ParsedPhpDoc
parseElementPhpDoc(DocCommentNode|null $docComment)
No description