Skip to content

Commit

Permalink
Merge pull request #4 from MichaelPFrey/mfr-2024-11-25
Browse files Browse the repository at this point in the history
Fixed Formating
  • Loading branch information
Collie-IT authored Nov 25, 2024
2 parents 56d3411 + e0b42c3 commit 8566727
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/PhpWord/PhpWord.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,6 @@ public function setDefaultFontName($fontName): void

/**
* Set default font color.
*
* @param string $fontColor
*/
public function setDefaultFontColor(string $fontColor): void
{
Expand All @@ -268,8 +266,6 @@ public function setDefaultFontColor(string $fontColor): void

/**
* Get default font color.
*
* @return string
*/
public function getDefaultFontColor(): string
{
Expand Down

0 comments on commit 8566727

Please sign in to comment.