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

Add back arg

This commit is contained in:
Brown 2019-11-07 09:56:27 -05:00
parent 86b6801066
commit 3cf16c8ef3

View File

@ -862,7 +862,7 @@ class Codebase
*/
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);
}
/**