Skip to content

Commit 01650c4

Browse files
committed
[Intl] fix return type value
1 parent dde2a06 commit 01650c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Locale.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ public static function getFallback($locale): ?string
105105
if (strlen($locale) < 4) {
106106
return self::$defaultFallback;
107107
}
108+
109+
return null;
108110
}
109111

110112
/**

0 commit comments

Comments
 (0)