1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Fix coercion

This commit is contained in:
Brown 2020-04-22 16:27:43 -04:00
parent 507f5f4afa
commit e9666372d0

View File

@ -1649,7 +1649,7 @@ class ExpressionAnalyzer
}
$combined = TypeCombination::combineTypes(
$all_conditional_return_types,
array_values($all_conditional_return_types),
$codebase
);