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

Type narrowing does not work with template in union type #7688

Closed
ComiR opened this issue Jul 25, 2022 · 1 comment · Fixed by phpstan/phpstan-src#1546
Closed

Type narrowing does not work with template in union type #7688

ComiR opened this issue Jul 25, 2022 · 1 comment · Fixed by phpstan/phpstan-src#1546
Labels
Milestone

Comments

@ComiR
Copy link

ComiR commented Jul 25, 2022

Bug report

A template of union types used in another union as parameter type prevents the is_* methods from reducing the types.

Code snippet that reproduces the problem

https://phpstan.org/r/2b15a48c-e0d4-41fa-ac80-72191cd780a6

Expected output

Dumped type in foo() should be string (like in bar), in baz() it should be int.

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

Thanks for all the great work 🥇

@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 Aug 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
2 participants