Keep phpstan happy

This commit is contained in:
MarkBaker 2021-05-20 20:15:57 +02:00 committed by Mark Baker
parent 41a52c592c
commit 25ba691c8c
1 changed files with 1 additions and 1 deletions

View File

@ -2914,7 +2914,7 @@ class Calculation
return self::$localeLanguage;
}
private function getLocaleFile(string $localeDir, string $locale, string $language, string $file)
private function getLocaleFile(string $localeDir, string $locale, string $language, string $file): string
{
$localeFileName = $localeDir . str_replace('_', DIRECTORY_SEPARATOR, $locale) .
DIRECTORY_SEPARATOR . $file;