mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 12:55:26 +01:00
Merge pull request #8098 from Nicelocal/fix_parameter_storage_corruption
Fix nasty parameter storage corruption bug
This commit is contained in:
commit
eb1ef40bb6
@ -1795,7 +1795,7 @@ class ArgumentsAnalyzer
|
||||
}
|
||||
|
||||
TemplateStandinTypeReplacer::replace(
|
||||
$param->type,
|
||||
clone $param->type,
|
||||
$template_result,
|
||||
$codebase,
|
||||
$statements_analyzer,
|
||||
|
Loading…
Reference in New Issue
Block a user