Ops, wrong type

This commit is contained in:
Roland Häder 2022-06-17 12:22:40 +02:00
parent 36d56a4041
commit a770634b95
1 changed files with 1 additions and 1 deletions

View 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];