Skip to content

Commit 8b83165

Browse files
committed
cs fixer
1 parent 361d035 commit 8b83165

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)