From a770634b9568931da0d480642038ed6b55916bd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Fri, 17 Jun 2022 12:22:40 +0200 Subject: [PATCH] Ops, wrong type --- src/Protocol/Diaspora.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Protocol/Diaspora.php b/src/Protocol/Diaspora.php index 866f3c016..1eb2cce90 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];