release 1.14 (#2498)
This commit is contained in:
@@ -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 '';
|
||||
|
||||
Reference in New Issue
Block a user