release 1.14 (#2498)

This commit is contained in:
Kevin Papst
2021-04-11 14:11:09 +02:00
committed by GitHub
parent af9dea9226
commit 8664d94ea6
13 changed files with 50 additions and 18 deletions

View File

@@ -76,7 +76,7 @@ final class MarkdownExtension implements RuntimeExtensionInterface
* @param bool $fullLength
* @return string
*/
public function commentOneLiner(?string $content, bool $fullLength = false): string
public function commentOneLiner(?string $content, bool $fullLength = true): string
{
if (empty($content)) {
return '';