1
0
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:
Matthew Brown 2016-11-04 20:48:01 -04:00
parent f58e6eb3df
commit 60c8c5f099

View File

@ -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)
{