We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
progpilot fails to run, when use statements are in use
The text was updated successfully, but these errors were encountered:
Hello, this is related to an issue (ircmaxell/php-cfg#58) in the ircmaxell/php-cfg dependency. You can comment this issue to alert the maintainer?
On the progpilot side if you surround the analysis with try/catch, the analysis will not fail when encountering an unknown node:
try
catch
try { $analyzer->run($context); } catch (Exception $e) { echo 'Exception : ', $e->getMessage(), "\n"; }
Sorry, something went wrong.
Done in v1.0.0
No branches or pull requests
progpilot fails to run, when use statements are in use
The text was updated successfully, but these errors were encountered: