]> git.mxchange.org Git - friendica.git/commitdiff
Ops, wrong type
authorRoland Häder <roland@mxchange.org>
Fri, 17 Jun 2022 10:22:40 +0000 (12:22 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 17 Jun 2022 15:18:31 +0000 (17:18 +0200)
src/Protocol/Diaspora.php

index 866f3c0163ecfd8d9aaf672cfcf95965397f5631..1eb2cce9085c82ce05056d99f6c7c44adfb43d58 100644 (file)
@@ -3068,7 +3068,7 @@ class Diaspora
         *
         * @return string The post XML
         */
-       public static function buildPostXml(string $type, array $message): array
+       public static function buildPostXml(string $type, array $message): string
        {
                $data = [$type => $message];