You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merging #10209 into master has surfaced what I believe is a bug with if constraints
Digging deeper it looks like the removal of TList was the issue, it sufficiently changed the if statement to surface what I assume is a bug - a minimal repo is this is https://psalm.dev/r/577ae8535e
Would baselining these warnings or re-annotating $left_type_part/$right_type_part to Atomic be OK until that issue can be resolved?
The text was updated successfully, but these errors were encountered:
Psalm output (using commit 1b12255):
ERROR: DocblockTypeContradiction - 14:9 - 3 does not contain 1|2
ERROR: DocblockTypeContradiction - 14:9 - Docblock-defined type 1|2 for $a is never =int(3)
Merging #10209 into master has surfaced what I believe is a bug with
if
constraintsThe text was updated successfully, but these errors were encountered: