1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Use correct method id when creating taints

This commit is contained in:
Brown 2020-06-21 02:06:08 -04:00
parent 5e9dc9520e
commit 07adecc6eb

View File

@ -1404,7 +1404,7 @@ class StaticCallAnalyzer extends \Psalm\Internal\Analyzer\Statements\Expression\
if (ArgumentsAnalyzer::checkArgumentsMatch(
$statements_analyzer,
$args,
null,
$method_id,
$pseudo_method_storage->params,
$pseudo_method_storage,
null,