pub fn parse_phpdoc_with_span<'arena>(
arena: &'arena Bump,
content: &'arena str,
span: Span,
) -> Result<Document<'arena>, ParseError>Expand description
Parses a PHPDoc comment string with an associated span.
ยงErrors
Returns a ParseError if tokenization or parsing fails.