Skip to content

Commit

Permalink
Keep phpstan happy
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkBaker authored and MarkBaker committed May 20, 2021
1 parent 41a52c5 commit 25ba691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpSpreadsheet/Calculation/Calculation.php
Original file line number Diff line number Diff line change
Expand Up @@ -2914,7 +2914,7 @@ public function getLocale()
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;
Expand Down

0 comments on commit 25ba691

Please sign in to comment.