mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 19:53:14 +01:00
fix methods name
This commit is contained in:
parent
bf784d6671
commit
69a4247934
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user