From 8b83165bab5937fb7797abe0a798d2199f9bd703 Mon Sep 17 00:00:00 2001 From: MichaelFrey Date: Sun, 26 Jan 2025 13:10:54 +0100 Subject: [PATCH] cs fixer --- src/PhpWord/Settings.php | 1 + tests/PhpWordTests/Writer/Word2007/Part/StylesTest.php | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PhpWord/Settings.php b/src/PhpWord/Settings.php index 49eaa3ca44..16f49166fa 100644 --- a/src/PhpWord/Settings.php +++ b/src/PhpWord/Settings.php @@ -131,6 +131,7 @@ class Settings * @var string */ private static $defaultFontColor = self::DEFAULT_FONT_COLOR; + /** * Default font size. * diff --git a/tests/PhpWordTests/Writer/Word2007/Part/StylesTest.php b/tests/PhpWordTests/Writer/Word2007/Part/StylesTest.php index 5771bb87ba..09936d6d33 100644 --- a/tests/PhpWordTests/Writer/Word2007/Part/StylesTest.php +++ b/tests/PhpWordTests/Writer/Word2007/Part/StylesTest.php @@ -183,5 +183,4 @@ public function testDefaultFontColor(): void self::assertEquals($defaultFontColor, $element->getAttribute('w:val')); } - }