mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Fix
This commit is contained in:
parent
4ed0fe934f
commit
527b04dde6
@ -1431,7 +1431,7 @@ final class TypeCombiner
|
||||
} else {
|
||||
$objectlike = new TKeyedArray(
|
||||
$combination->objectlike_entries,
|
||||
$combination->objectlike_class_string_keys,
|
||||
array_filter($combination->objectlike_class_string_keys),
|
||||
$sealed || $fallback_key_type === null || $fallback_value_type === null
|
||||
? null
|
||||
: [$fallback_key_type, $fallback_value_type],
|
||||
|
Loading…
Reference in New Issue
Block a user