new export template (#3082)

This commit is contained in:
Kevin Papst
2022-01-22 13:20:22 +01:00
committed by GitHub
parent 3543e0a1b5
commit 1a0608f49e
8 changed files with 134 additions and 60 deletions

View File

@@ -137,7 +137,7 @@ final class LocaleFormatExtensions extends AbstractExtension
return $this->formatter;
}
private function getLocale()
public function getLocale(): string
{
if (null === $this->locale) {
$this->locale = \Locale::getDefault();