Bug report
If the e.g. the second used parameter is not there, we got a type error for a not defined parameter.
Code snippet that reproduces the problem
https://phpstan.org/r/4b185223-eed4-42ca-8b6f-5e6a3bc69fe9
Expected output
No error. Or something like:
Parameter #2 $lall of static method Foo::add() is not defined.