8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10539cf commit 049445cCopy full SHA for 049445c
src/Symfony/Component/Intl/Data/Util/LocaleScanner.php
@@ -86,7 +86,7 @@ public function scanAliases($sourceDir)
86
/**
87
* Returns all locale parents found in the given directory.
88
*/
89
- public function scanParents(string $sourceDir) : array
+ public function scanParents(string $sourceDir): array
90
{
91
$locales = $this->scanLocales($sourceDir);
92
$fallbacks = array();
0 commit comments