We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4338fe commit b8dfe39Copy full SHA for b8dfe39
src/Message.php
@@ -134,7 +134,7 @@ public static function markdown(?string $value): ?HtmlString
134
return new HtmlString($converter->convert($value)->getContent());
135
}
136
137
- public function toMarkdown(): HtmlString
+ public function toMarkdown(): ?HtmlString
138
{
139
return static::markdown($this->content);
140
0 commit comments