Skip to content

Support all ReflectionType types #12

@ahjdev

Description

@ahjdev

Take a look at
ReflectionIntersectionType
ReflectionUnionType

and just change the getArguments method to a recursive method

Note that ReflectionIntersectionType might need to validate all types while ReflectionUnionType must match just one type.
Also I wonder what happens if we combine both like: (Test&Message) | (Test2&Message)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions