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 type inference for return type of array_sum() with constant types #9808

Closed
zer0-star opened this issue Aug 28, 2023 · 2 comments
Closed
Labels
Milestone

Comments

@zer0-star
Copy link

Bug report

When the type list<1> passed to array_sum(), PHPStan reports the return type is 1, which is not always true.

Code snippet that reproduces the problem

https://phpstan.org/r/2d45917d-fb24-4ecb-8c93-ad279fdd7318

Expected output

Dumped type of $total should be int<1, max>

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

Yes :)

@ondrejmirtes
Copy link
Member

Fixed: phpstan/phpstan-src#2591

@github-actions
Copy link

github-actions bot commented Oct 2, 2023

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

No branches or pull requests

2 participants