fix methods name

This commit is contained in:
Tomas Votruba 2018-05-01 17:30:57 +02:00
parent bf784d6671
commit 69a4247934

View File

@ -138,7 +138,7 @@ final class DocBlockAnalyzer
$phpDocInfo = $this->phpDocInfoFactory->createFrom($node->getDocComment()->getText());
$varType = $phpDocInfo->getVarType();
$varType = $phpDocInfo->getVarTypeNode();
if ($varType === null) {
return null;
}