pharborist icon indicating copy to clipboard operation
pharborist copied to clipboard

Filter::isClass() cannot handle qualified class names

Open phenaproxima opened this issue 10 years ago • 0 comments

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.

phenaproxima avatar Apr 18 '15 15:04 phenaproxima