Skip to content
New issue

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

Unknown parameter error when using optional, named, variadic parameters #4800

Closed
Khartir opened this issue Apr 3, 2021 · 2 comments
Closed

Comments

@Khartir
Copy link

Khartir commented Apr 3, 2021

Bug report

When using named arguments while calling a function that has both optional and variadic parameters PHPstan reports unknown parameters when not all of the optional parameters are used to call the function.

Code snippet that reproduces the problem

https://phpstan.org/r/993fc76c-dd25-46ca-b607-0dbcd2105b5b

Expected output

No errors.

@ondrejmirtes
Copy link
Member

Fixed: phpstan/phpstan-src@3e5621e

@github-actions
Copy link

github-actions bot commented May 6, 2021

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants