Skip to content

Commit 4d8c49f

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 9fec940 commit 4d8c49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/Lang.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @method static bool hasForLocale(string $key, string|null $locale = null)
77
* @method static bool has(string $key, string|null $locale = null, bool $fallback = true)
88
* @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)
9+
* @method static string choice(string $key, \Countable|int|float|array $number, array $replace = [], string|null $locale = null)
1010
* @method static void addLines(array $lines, string $locale, string $namespace = '*')
1111
* @method static void load(string $namespace, string $group, string $locale)
1212
* @method static \Illuminate\Translation\Translator handleMissingKeysUsing(callable|null $callback)

0 commit comments

Comments
 (0)