From: Roland Häder Date: Mon, 20 Jun 2022 01:36:13 +0000 (+0200) Subject: Ops, wrong type-hint X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=94a594eeb2035377b776bba7b4b876fa93670dc1;p=friendica.git Ops, wrong type-hint --- diff --git a/src/Core/L10n.php b/src/Core/L10n.php index 08296068bb..2c45fb9551 100644 --- a/src/Core/L10n.php +++ b/src/Core/L10n.php @@ -269,7 +269,7 @@ class L10n * * @return string */ - public function t(array $s, ...$vars): string + public function t(string $s, ...$vars): string { if (empty($s)) { return '';