Skip to content

Commit

Permalink
Add back arg
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Nov 7, 2019
1 parent 86b6801 commit 3cf16c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Codebase.php
Expand Up @@ -862,7 +862,7 @@ public function isVariadic($method_id)
*/
public function getMethodReturnType($method_id, &$self_class, array $call_args = [])
{
return $this->methods->getMethodReturnType($method_id, $self_class);
return $this->methods->getMethodReturnType($method_id, $self_class, $call_args);
}

/**
Expand Down

0 comments on commit 3cf16c8

Please sign in to comment.