Skip to content

Commit

Permalink
fixed vimeo#9433
Browse files Browse the repository at this point in the history
  • Loading branch information
ptomulik committed Mar 1, 2023
1 parent b1e9724 commit f078382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Type/Reconciler.php
Expand Up @@ -761,7 +761,7 @@ private static function getValueForKey(
return null;
}

$new_base_type_candidate = $existing_key_type_part->getGenericValueType();
$new_base_type_candidate = $existing_key_type_part->getGenericValueType(true);
} else {
$array_properties = $existing_key_type_part->properties;

Expand Down

0 comments on commit f078382

Please sign in to comment.