Skip to content

Commit 58d5017

Browse files
authored
Merge pull request #8 from MichaelPFrey/mfr-2025-01-26
cs fixer
2 parents 3f7d150 + 8b83165 commit 58d5017

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/PhpWord/Settings.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ class Settings
131131
* @var string
132132
*/
133133
private static $defaultFontColor = self::DEFAULT_FONT_COLOR;
134+
134135
/**
135136
* Default font size.
136137
*

tests/PhpWordTests/Writer/Word2007/Part/StylesTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,5 +183,4 @@ public function testDefaultFontColor(): void
183183

184184
self::assertEquals($defaultFontColor, $element->getAttribute('w:val'));
185185
}
186-
187186
}

0 commit comments

Comments
 (0)