Skip to content

Commit 193e3b2

Browse files
authored
Update Font.php Missing return
1 parent 1956745 commit 193e3b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PhpWord/Writer/RTF/Style/Font.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ public function write()
115115
// Other items not in included in array found in PhpOffice\PhpWord\Style\Font\getStyleValues
116116
$content .= $this->getValueIf($style->isNoProof(), '\noproof');
117117
$content .= $this->getValueIf($style->getBgColor() !== null, '\cb' . $this->colorIndex); // Doesn't work; coloring not implemented.
118+
118119
return $content . ' ';
119120
}
120121

0 commit comments

Comments
 (0)