1
0
Fork 0

show anything from a doc comment block

pull/315/head
Jens Hausdorf 2017-02-24 12:59:02 +01:00 committed by GitHub
parent 56bd465bf8
commit a646ef8cdc
1 changed files with 1 additions and 1 deletions

View File

@ -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();
} }
} }
} }