Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPFrey committed Nov 25, 2024
1 parent e8c396d commit e0b42c3
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 e0b42c3

Please sign in to comment.