diff --git a/src/Entities/Properties/Text.php b/src/Entities/Properties/Text.php index 48509d5..84df2e4 100644 --- a/src/Entities/Properties/Text.php +++ b/src/Entities/Properties/Text.php @@ -68,7 +68,7 @@ protected function fillText(): void $this->content = new RichText($this->rawContent); $this->plainText = $this->content->getPlainText(); } - + /** * @return RichText */