8000 CS fix · symfony/symfony@049445c · GitHub
[go: up one dir, main page]

Skip to content

Commit 049445c

Browse files
CS fix
1 parent 10539cf commit 049445c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function scanAliases($sourceDir)
8686
/**
8787
* Returns all locale parents found in the given directory.
8888
*/
89-
public function scanParents(string $sourceDir) : array
89+
public function scanParents(string $sourceDir): array
9090
{
9191
$locales = $this->scanLocales($sourceDir);
9292
$fallbacks = array();

0 commit comments

Comments
 (0)
0