You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Originally posted by @BavoJanss at zendframework/zend-code#142
The text was updated successfully, but these errors were encountered: