From 82616d59fe857a46076a2f9150832c4d1eb30d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 11 Mar 2021 13:28:24 +0100 Subject: [PATCH] Fix annotation --- src/Gloss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gloss.php b/src/Gloss.php index 3e5a331..f6725d8 100644 --- a/src/Gloss.php +++ b/src/Gloss.php @@ -11,7 +11,7 @@ use Illuminate\Support\Facades\Facade; * * @method static void key(string $shortKey, string $newKey, array|null|callable $condition) Set a key override. * @method static void value(string $shortKey, string $value, array|null|callable $condition) Set a value override. - * @method static void values(string $shortKey, array|null|callable $condition) Set multiple value overrides. + * @method static void values(array $values, array|null|callable $condition) Set multiple value overrides. * @method static ?string get($key, $replace = [], $locale = null) Get a translation string. * @method static ?string choice($key, $replace = [], $locale = null) Get a translation according to an integer value. * @method static void extend(string $shortKey, callable(string, callable): string $value) Extend a translation string.