X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FL10n.php;h=2c45fb95519f47473e7ce867b0881e4758c69423;hb=4650ff53d96dd97c4d811de0e8e907013cc63928;hp=08296068bb91f9e4b476915764387c42fd14aad5;hpb=14bf72e4feeb91d70ad0c055c9b6620617e89452;p=friendica.git 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 '';