-
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
Issue when using with Laravel #397
Comments
Thanks @theseer for the super quick response and getting back to me! That saved me hours! Highly appreciate you. |
Do you get a f "failed" on any of the files? Because given the loading should still fail, phpDox should still not be happy for one file at least - it just shouldn't crash anymore ;) I'd be rather interested in seeing which file it has issues with and why... |
|
This is the output when I exclude the /vendor directory. It gets stuck at some point, I have to quit the process manually. Let me know if that helps :)
|
Okay, it chokes on various different files for different reasons. I filtered the output you gave and reduced it to the following unique list. Issues with files, phpDox probably cannot do anything about:
The entry marked is the one that likely used to crash phpDox. Error Code 4 means Clear Bugs, probably due to API changes in PHPParser I didn't properly adopt to yet:
|
Thanks for running it. I'll leave this open until i moved the two bugs into seperate tickets (unless somebody beats me to it). Afterwards, this issue can be closed as the actual problem is solved. Regarding getting stuck: If you have any additional pointers other than that, please open a separate ticket for that :) |
I'm trying to run PHPDox in a Laravel environment and am experiencing the following issue:
The text was updated successfully, but these errors were encountered: