Ops, wrong type-hint

This commit is contained in:
Roland Häder 2022-06-20 03:36:13 +02:00
parent ec96f2252e
commit 94a594eeb2
No known key found for this signature in database
GPG Key ID: C82EDE5DDFA0BA77
1 changed files with 1 additions and 1 deletions

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