concat, not just the description
parent
a646ef8cdc
commit
f22cfddf9f
|
@ -89,7 +89,7 @@ class DefinitionResolver
|
||||||
} else {
|
} else {
|
||||||
$docBlock = $node->getAttribute('docBlock');
|
$docBlock = $node->getAttribute('docBlock');
|
||||||
if ($docBlock !== null) {
|
if ($docBlock !== null) {
|
||||||
return $docBlock->getDescription();
|
return $docBlock->getSummary() . "\n" . $docBlock->getDescription();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue