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
https://psalm.dev/r/a1d15398f9
Basics were implemented in #726 though
The text was updated successfully, but these errors were encountered:
I found these snippets:
<?php function foo(string $a) : void {} foo("hello", 4); call_user_func( 'foo', "hello", 4);
Psalm output (using commit 028ac7f): ERROR: TooManyArguments - 5:1 - Too many arguments for foo - expecting 1 but saw 2
Sorry, something went wrong.
Turns out it's not only this issue but all issues that don't work - see #10744
No branches or pull requests
https://psalm.dev/r/a1d15398f9
Basics were implemented in #726 though
The text was updated successfully, but these errors were encountered: