-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
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
Unknown Node Encountered : Stmt_GroupUse #58
Comments
Same here using prog pilot |
See designsecurity/progpilot#20 (comment) for details |
All you need to do is add a blank function inside the Parser class: protected function parseStmt_GroupUse(Stmt\GroupUse $node)
{
// ignore use statements, since names are already resolved
} If that works, would you be willing to send a PR? |
Will try the next days |
Just following up, were you able to test? |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hello
when analyzing
use foo\math\{ Math, const PI, function sin, function cos, function cosh };
I have this error :
I have proposed a fix here
The text was updated successfully, but these errors were encountered: