Navigation Menu

Skip to content
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

Class param_tokens on unparameterised class returns function arguments #319

Closed
domcleal opened this issue Sep 19, 2014 · 0 comments · Fixed by #320
Closed

Class param_tokens on unparameterised class returns function arguments #319

domcleal opened this issue Sep 19, 2014 · 0 comments · Fixed by #320
Milestone

Comments

@domcleal
Copy link
Contributor

When parsing the following code, param_tokens inside the class_indexes API call returns $foo::bar as a token. Since $foo::bar is a function inside the class, I would expect param_tokens to be nil.

class example { a($foo::bar) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants