Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Zend\Code\Reflection\FileReflection crashes on Zend's module.config.php #142

Open
BavoJanss opened this issue Nov 6, 2017 · 1 comment

Comments

@BavoJanss
Copy link

When trying to do a FileReflection on a zend module.config.php you run into a ReflectionException when invoking FileReflection::getClasses(). Underlying problem is the tokens_get_all() function (in Zend\Code\Scanner\FileScanner::__construct) incorrectly flags the object::class constant as a T_CLASS.

@weierophinney
Copy link
Member

This repository has been closed and moved to laminas/laminas-code; a new issue has been opened at laminas/laminas-code#8.

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

No branches or pull requests

2 participants