Ops, wrong type

This commit is contained in:
Roland Häder 2022-06-17 12:22:40 +02:00
parent 36d56a4041
commit a770634b95

View file

@ -3068,7 +3068,7 @@ class Diaspora
* *
* @return string The post XML * @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]; $data = [$type => $message];