Skip to content

Commit 0532b0e

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

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
@@ -261,7 +261,7 @@ public function setDefaultFontName($fontName): void
261261
*
262262
* @param string $fontColor
263263
*/
264-
public function setDefaultFontColor($fontColor): void
264+
public function setDefaultFontColor(string $fontColor): void
265265
{
266266
Settings::setDefaultFontColor($fontColor);
267267
}

0 commit comments

Comments
 (0)