Skip to content

Commit 8566727

Browse files
authored
Merge pull request PHPOffice#4 from MichaelPFrey/mfr-2024-11-25
Fixed Formating
2 parents 56d3411 + e0b42c3 commit 8566727

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/PhpWord/PhpWord.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,6 @@ public function setDefaultFontName($fontName): void
258258

259259
/**
260260
* Set default font color.
261-
*
262-
* @param string $fontColor
263261
*/
264262
public function setDefaultFontColor(string $fontColor): void
265263
{
@@ -268,8 +266,6 @@ public function setDefaultFontColor(string $fontColor): void
268266

269267
/**
270268
* Get default font color.
271-
*
272-
* @return string
273269
*/
274270
public function getDefaultFontColor(): string
275271
{

0 commit comments

Comments
 (0)