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
I am not sure if this is the same as issue #1 but when I do the following:
use const nspl\args\string; use function nspl\args\expects; expects(string, 1);
I get:
PHP Strict error: Only variables should be passed by reference
The text was updated successfully, but these errors were encountered:
Fixed issue #4: Strict error (#4)
de34f3c
Thanks, this is fixed. I also turned on E_STRICT for the test to not miss similar errors in future.
Sorry, something went wrong.
No branches or pull requests
I am not sure if this is the same as issue #1 but when I do the following:
I get:
PHP Strict error: Only variables should be passed by reference
The text was updated successfully, but these errors were encountered: