Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Dec 6, 2023
1 parent 9c99d3a commit 2ceb123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Internal/Type/TypeCombiner.php
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,7 @@ private static function handleKeyedArrayEntries(
} 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],
Expand Down

0 comments on commit 2ceb123

Please sign in to comment.