1
0
Fork 0

double line break

pull/315/head
Jens Hausdorf 2017-02-24 13:08:52 +01:00 committed by GitHub
parent f22cfddf9f
commit ebcfcd978d
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() . "\n" . $docBlock->getDescription(); return $docBlock->getSummary() . "\n\n" . $docBlock->getDescription();
} }
} }
} }