mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Fix coercion
This commit is contained in:
parent
507f5f4afa
commit
e9666372d0
@ -1649,7 +1649,7 @@ class ExpressionAnalyzer
|
||||
}
|
||||
|
||||
$combined = TypeCombination::combineTypes(
|
||||
$all_conditional_return_types,
|
||||
array_values($all_conditional_return_types),
|
||||
$codebase
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user