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