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

Narrowing possible enum values using in_array() condition #7176

Closed
xificurk opened this issue May 4, 2022 · 2 comments · Fixed by phpstan/phpstan-src#1291
Closed

Narrowing possible enum values using in_array() condition #7176

xificurk opened this issue May 4, 2022 · 2 comments · Fixed by phpstan/phpstan-src#1291
Labels
Milestone

Comments

@xificurk
Copy link

xificurk commented May 4, 2022

Feature request

Add support for narrowing down the list of possible enum values using in_array condition.

Currently the narrowing down does work with plain comparison, but the same condition written using in_array call, does not work:
https://phpstan.org/r/733b6ed7-41f0-4996-bbe2-ab155b7a1c19

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

PHPStan has my back every day ;-)

@ondrejmirtes
Copy link
Member

Fixed: phpstan/phpstan-src#1291

@github-actions
Copy link

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 Jun 10, 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.

2 participants