Function parse_phpdoc_with_span

Source
pub fn parse_phpdoc_with_span(
    interner: &ThreadedInterner,
    content: &str,
    span: Span,
) -> Result<Document, ParseError>