Skip to content

Commit

Permalink
Use correct method id when creating taints
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Jun 21, 2020
1 parent 5e9dc95 commit 07adecc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1404,7 +1404,7 @@ private static function checkPseudoMethod(
if (ArgumentsAnalyzer::checkArgumentsMatch(
$statements_analyzer,
$args,
null,
$method_id,
$pseudo_method_storage->params,
$pseudo_method_storage,
null,
Expand Down

0 comments on commit 07adecc

Please sign in to comment.