mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 09:37:59 +01:00
Fix ref
This commit is contained in:
parent
b627bdf9c6
commit
12918d8cc9
@ -270,7 +270,7 @@ class MethodChecker extends FunctionLikeChecker
|
||||
new InvalidDocblock(
|
||||
'Invalid type passed in docblock for ' . $this->getMethodId(),
|
||||
$this->getCheckedFileName(),
|
||||
$function->getLine()
|
||||
$method->getLine()
|
||||
)
|
||||
)) {
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user