mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Fix return type
This commit is contained in:
parent
f58e6eb3df
commit
60c8c5f099
@ -249,7 +249,7 @@ class MethodChecker extends FunctionLikeChecker
|
||||
|
||||
/**
|
||||
* @param PhpParser\Node\Stmt\ClassMethod $method
|
||||
* @return null
|
||||
* @return null|false
|
||||
*/
|
||||
protected function registerMethod(PhpParser\Node\Stmt\ClassMethod $method)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user