Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Filter::isClass() cannot handle qualified class names #203

Open
phenaproxima opened this issue Apr 18, 2015 · 0 comments
Open

Filter::isClass() cannot handle qualified class names #203

phenaproxima opened this issue Apr 18, 2015 · 0 comments
Assignees

Comments

@phenaproxima
Copy link
Collaborator

isClass() doesn't know how to look for a fully-qualified class name, because it calls $class->getName()->getText(). It should also check $class->getName()->getAbsolutePath(), with and without an ltrim() to remove the leading backslash.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant