]> git.mxchange.org Git - friendica.git/commitdiff
Ops, wrong type-hint
authorRoland Häder <roland@mxchange.org>
Mon, 20 Jun 2022 01:36:13 +0000 (03:36 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 20 Jun 2022 01:36:36 +0000 (03:36 +0200)
src/Core/L10n.php

index 08296068bb91f9e4b476915764387c42fd14aad5..2c45fb95519f47473e7ce867b0881e4758c69423 100644 (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 '';