We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbaa2a9 commit 4cbdff9Copy full SHA for 4cbdff9
src/Entities/Properties/Text.php
@@ -68,7 +68,7 @@ protected function fillText(): void
68
$this->content = new RichText($this->rawContent);
69
$this->plainText = $this->content->getPlainText();
70
}
71
-
+
72
/**
73
* @return RichText
74
*/
0 commit comments