Skip to content

Commit 4cbdff9

Browse files
authored
Apply fixes from StyleCI (#122)
1 parent bbaa2a9 commit 4cbdff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entities/Properties/Text.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ protected function fillText(): void
6868
$this->content = new RichText($this->rawContent);
6969
$this->plainText = $this->content->getPlainText();
7070
}
71-
71+
7272
/**
7373
* @return RichText
7474
*/

0 commit comments

Comments
 (0)