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

Incorrect array type after array_column with second parameter null #6497

Closed
tjveldhuizen opened this issue Feb 1, 2022 · 3 comments · Fixed by phpstan/phpstan-src#970
Closed
Labels

Comments

@tjveldhuizen
Copy link

Bug report

PHPStan does not discover the correct type after array_column with null as second parameter

Code snippet that reproduces the problem

https://phpstan.org/r/993496ae-b291-4bad-9e90-eacff7524cf1

Expected output

No error / dumped type array<string, array{foo: string, bar: int}>

Did PHPStan help you today? Did it make you happy in any way?

Absolutely! Keep up the good work and fast responses!

@ondrejmirtes
Copy link
Member

This was changed after phpstan/phpstan-src#948, /cc @jlherren

@jlherren
Copy link

jlherren commented Feb 1, 2022

Yup, I missed that case, I'll have a look.

@github-actions
Copy link

github-actions bot commented Mar 5, 2022

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 Mar 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants