1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Merge pull request #8098 from Nicelocal/fix_parameter_storage_corruption

Fix nasty parameter storage corruption bug
This commit is contained in:
orklah 2022-06-13 21:19:48 +02:00 committed by GitHub
commit eb1ef40bb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1795,7 +1795,7 @@ class ArgumentsAnalyzer
}
TemplateStandinTypeReplacer::replace(
$param->type,
clone $param->type,
$template_result,
$codebase,
$statements_analyzer,