Skip to content

Commit

Permalink
Update src/PhpWord/PhpWord.php
Browse files Browse the repository at this point in the history
As suggested

Co-authored-by: Progi1984 <[email protected]>
  • Loading branch information
Collie-IT and Progi1984 authored Nov 24, 2024
1 parent a2fac74 commit 0532b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpWord/PhpWord.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public function setDefaultFontName($fontName): void
*
* @param string $fontColor
*/
public function setDefaultFontColor($fontColor): void
public function setDefaultFontColor(string $fontColor): void
{
Settings::setDefaultFontColor($fontColor);
}
Expand Down

0 comments on commit 0532b0e

Please sign in to comment.