-
Notifications
You must be signed in to change notification settings - Fork 186
RuntimeException: Unexpected collection operator "<", class name is missing #771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm having a similar issue, but it throws a different runtime exception, with the Stack Trace having the same code:
|
@andyparkerson I'm having the same issue. Any luck with the solution? |
I had the same issue. It seems the Exception is triggered by phpdocumentor while scanning comments blocs. As a workaround "<" chars from comments in your code have to be removed. Typically in my code i had comments like this:
|
The text was updated successfully, but these errors were encountered: