Skip to content

Commit

Permalink
Fix array-shape value type being mixed instead of single key being mi…
Browse files Browse the repository at this point in the history
…xed.
  • Loading branch information
AndrolGenhald committed Jun 6, 2022
1 parent 872e919 commit 56c88d9
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -501,8 +501,6 @@ private static function analyzeArrayItem(
);
}
} else {
$array_creation_info->item_value_atomic_types[] = new TMixed();

if ($item_key_value !== null
&& count($array_creation_info->property_types) <= $config->max_shaped_array_size
) {
Expand Down

0 comments on commit 56c88d9

Please sign in to comment.