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 9fec940 commit 4d8c49fCopy full SHA for 4d8c49f
src/Illuminate/Support/Facades/Lang.php
@@ -6,7 +6,7 @@
6
* @method static bool hasForLocale(string $key, string|null $locale = null)
7
* @method static bool has(string $key, string|null $locale = null, bool $fallback = true)
8
* @method static string|array get(string $key, array $replace = [], string|null $locale = null, bool $fallback = true)
9
- * @method static string choice(string $key, \Countable|int|array $number, array $replace = [], string|null $locale = null)
+ * @method static string choice(string $key, \Countable|int|float|array $number, array $replace = [], string|null $locale = null)
10
* @method static void addLines(array $lines, string $locale, string $namespace = '*')
11
* @method static void load(string $namespace, string $group, string $locale)
12
* @method static \Illuminate\Translation\Translator handleMissingKeysUsing(callable|null $callback)
0 commit comments