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:
parent
86b6801066
commit
3cf16c8ef3
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user