Open phenaproxima opened 9 years ago
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.
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.