You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) }
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: