From: Roland Häder Date: Fri, 17 Jun 2022 10:22:40 +0000 (+0200) Subject: Ops, wrong type X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a770634b9568931da0d480642038ed6b55916bd7;p=friendica.git Ops, wrong type --- diff --git a/src/Protocol/Diaspora.php b/src/Protocol/Diaspora.php index 866f3c0163..1eb2cce908 100644 --- a/src/Protocol/Diaspora.php +++ b/src/Protocol/Diaspora.php @@ -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];