8000 Types · symfony/symfony@10539cf · GitHub
[go: up one dir, main page]

Skip to content

Commit 10539cf

Browse files
Types
1 parent aed4b0b commit 10539cf
< F0E3 span class="CopyToClipboardButton-module__tooltip--Dq1IB prc-TooltipV2-Tooltip-cYMVY" data-direction="sw" aria-label="Copy full SHA for 10539cf" aria-hidden="true" id=":R4lebab:">Copy full SHA for 10539cf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/Symfony/Component/Intl/Data/Util/LocaleScanner.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,8 @@ public function scanAliases($sourceDir)
8585

8686
/**
8787
* Returns all locale parents found in the given directory.
88-
*
89-
* @param string $sourceDir The directory with ICU files
90-
*
91-
* @return array An array with the locale as keys and the parent locales
92-
* as values
9388
*/
94-
public function scanParents($sourceDir)
89+
public function scanParents(string $sourceDir) : array
9590
{
9691
$locales = $this->scanLocales($sourceDir);
9792
$fallbacks = array();

0 commit comments

Comments
 (0)
0