From 25de4b819c037db33496508caed579f0370ce8c0 Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Wed, 23 Nov 2022 20:36:39 +0000 Subject: [PATCH] Fixed PHPCSFixer error --- src/PhpWord/Style/Language.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PhpWord/Style/Language.php b/src/PhpWord/Style/Language.php index 63d6198c..e47cceb3 100644 --- a/src/PhpWord/Style/Language.php +++ b/src/PhpWord/Style/Language.php @@ -69,7 +69,7 @@ final class Language extends AbstractStyle const NL_NL = 'nl-NL'; const NL_NL_ID = 1043; - + const SV_SE = 'sv-SE'; const SV_SE_ID = 1053;