From 97927f9d4061ea5f63b5340b14af5d994e5deca0 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Thu, 16 Feb 2023 13:02:07 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Entities/Properties/Text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */