Skip to content

Commit e8c396d

Browse files
Collie-ITProgi1984
authored andcommitted
Update src/PhpWord/PhpWord.php
As suggested Co-authored-by: Progi1984 <[email protected]>
1 parent 86e9776 commit e8c396d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpWord/PhpWord.php

+1-1
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)