Skip to content

Commit 56d3411

Browse files
Collie-ITProgi1984
andauthored
Update src/PhpWord/PhpWord.php
As suggested Co-authored-by: Progi1984 <[email protected]>
1 parent 0532b0e commit 56d3411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpWord/PhpWord.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ public function setDefaultFontColor(string $fontColor): void
271271
*
272272
* @return string
273273
*/
274-
public function getDefaultFontColor()
274+
public function getDefaultFontColor(): string
275275
{
276276
return Settings::getDefaultFontColor();
277277
}

0 commit comments

Comments
 (0)