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? 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
Check if a T_VARIABLE is a parameter in a function declaration.
T_VARIABLE
Should take T_FUNCTION, T_CLOSURE and T_FN into account.
T_FUNCTION
T_CLOSURE
T_FN
Should this also take closure T_USE into account ?
T_USE
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Check if a
T_VARIABLE
is a parameter in a function declaration.Should take
T_FUNCTION
,T_CLOSURE
andT_FN
into account.Should this also take closure
T_USE
into account ?The text was updated successfully, but these errors were encountered: