-
Notifications
You must be signed in to change notification settings - Fork 121
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
Error while executing #53
Comments
Thank you for using phpDox and for reporting the issue. It looks like your codebase contains a structure the DocBlock parser doesn't handle properly and thus fails hard. Since I don't have the source files triggering that behavior, it is quite hard to debug though. Would it be possible for you to checkout the latest version of phpDox from github? It includes various changes and an enhanced error handling output which should allow to give a bit more of a detail what exactly happened. If you need a pear installable package, let me know and I'll provide one. If the problem persists, it would be helpful if you could provide the code that triggers the crash. |
No feedback provided - closing ticket. |
I got same error, since annotation contains illegal blank between @ and return. <?php
class foo
{
/**
* Exampel
* @ return
*/
public function bar()
{
}
} Installed version 0.4.0 - pear package. Currently I can not check github version.
|
Please upgrade to Version 0.5.0 and reopen this ticket in case the problem persists |
My phpdox.xml.dist content:
When executing, I get the following output:
The text was updated successfully, but these errors were encountered: