[Intl] fix return type value

This commit is contained in:
Christian Flothmann 2017-10-03 13:02:27 +02:00
parent dea50e0b69
commit 0e1ce34102

View File

@ -105,6 +105,8 @@ final class Locale extends \Locale
if (strlen($locale) < 4) {
return self::$defaultFallback;
}
return null;
}
/**