show anything from a doc comment block
parent
56bd465bf8
commit
a646ef8cdc
|
@ -89,7 +89,7 @@ class DefinitionResolver
|
||||||
} else {
|
} else {
|
||||||
$docBlock = $node->getAttribute('docBlock');
|
$docBlock = $node->getAttribute('docBlock');
|
||||||
if ($docBlock !== null) {
|
if ($docBlock !== null) {
|
||||||
return $docBlock->getSummary();
|
return $docBlock->getDescription();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue