@@ -70,11 +70,11 @@ |
||
70 | 70 | */ |
71 | 71 | public static function factory(LocaleConfig $localeConfig, $xmlString = null): Locale |
72 | 72 | { |
73 | - $language = (string)$localeConfig; |
|
73 | + $language = (string) $localeConfig; |
|
74 | 74 | if (!empty($xmlString)) { |
75 | 75 | $localeXml = new SimpleXMLElement($xmlString); |
76 | 76 | } else { |
77 | - $localeXml = new SimpleXMLElement(loadLocales((string)$localeConfig)); |
|
77 | + $localeXml = new SimpleXMLElement(loadLocales((string) $localeConfig)); |
|
78 | 78 | } |
79 | 79 | $localeParser = new LocaleParser(); |
80 | 80 | list($options, $optionsXml, $date, $dateXml, $terms, $termsXml) = $localeParser->parse($localeXml); |