Skip to content

Commit

Permalink
Merge pull request #8098 from Nicelocal/fix_parameter_storage_corruption
Browse files Browse the repository at this point in the history
Fix nasty parameter storage corruption bug
  • Loading branch information
orklah committed Jun 13, 2022
2 parents c74b2fc + f872476 commit eb1ef40
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1795,7 +1795,7 @@ private static function checkArgCount(
}

TemplateStandinTypeReplacer::replace(
$param->type,
clone $param->type,
$template_result,
$codebase,
$statements_analyzer,
Expand Down

0 comments on commit eb1ef40

Please sign in to comment.