Skip to content

How to getUsesTagValues when annotating use directly? #269

Closed
@distantnative

Description

@distantnative

Thanks for the great work. I am hitting one wall in a project currently:

How can I get the uses tag values when the docblock comment is directly annotating the use as in the documentation:

/** @template T of Foo */
class Bar
{
    /** @use Part<T> */
    use Part;
}

I can get the class docblock from the class reflection, but how could I include this use annotation as well? Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions