Ops, wrong type-hint

This commit is contained in:
Roland Häder 2022-06-20 03:36:13 +02:00
parent ec96f2252e
commit 94a594eeb2
Signed by: roland
GPG key ID: C82EDE5DDFA0BA77

View file

@ -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 '';