Skip to content

Commit b8dfe39

Browse files
committed
fix
1 parent f4338fe commit b8dfe39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public static function markdown(?string $value): ?HtmlString
134134
return new HtmlString($converter->convert($value)->getContent());
135135
}
136136

137-
public function toMarkdown(): HtmlString
137+
public function toMarkdown(): ?HtmlString
138138
{
139139
return static::markdown($this->content);
140140
}

0 commit comments

Comments
 (0)