pub fn parse_phpdoc_with_span<'arena>( arena: &'arena Bump, content: &'arena str, span: Span, ) -> Result<Document<'arena>, ParseError>