Keep phpstan happy
This commit is contained in:
parent
41a52c592c
commit
25ba691c8c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue