1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-02 17:52:45 +01:00
This commit is contained in:
Matthew Brown 2016-10-28 10:58:49 -04:00
parent b627bdf9c6
commit 12918d8cc9

View File

@ -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;