1
0
Fork 0

concat, not just the description

pull/315/head
Jens Hausdorf 2017-02-24 13:04:14 +01:00 committed by GitHub
parent a646ef8cdc
commit f22cfddf9f
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class DefinitionResolver
} else {
$docBlock = $node->getAttribute('docBlock');
if ($docBlock !== null) {
return $docBlock->getDescription();
return $docBlock->getSummary() . "\n" . $docBlock->getDescription();
}
}
}