Skip to content

Method reflection should fetch method of all parents #64

@BowlOfSoup

Description

@BowlOfSoup

Change in 2f3d8ba

Method reflection should fetch method of all parents, not just the first parent.

We can fix this by doing something like:

do {
    ...
} while ($reflectionClass = $reflectionClass->getParentClass());

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions