Skip to content

Commit e0b42c3

Browse files
committed
fix format
1 parent e8c396d commit e0b42c3

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)