Skip to content

Commit 25ba691

Browse files
MarkBakerMarkBaker
MarkBaker
authored andcommitted
Keep phpstan happy
1 parent 41a52c5 commit 25ba691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpSpreadsheet/Calculation/Calculation.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2914,7 +2914,7 @@ public function getLocale()
29142914
return self::$localeLanguage;
29152915
}
29162916

2917-
private function getLocaleFile(string $localeDir, string $locale, string $language, string $file)
2917+
private function getLocaleFile(string $localeDir, string $locale, string $language, string $file): string
29182918
{
29192919
$localeFileName = $localeDir . str_replace('_', DIRECTORY_SEPARATOR, $locale) .
29202920
DIRECTORY_SEPARATOR . $file;

0 commit comments

Comments
 (0)