Ops, wrong type
This commit is contained in:
parent
36d56a4041
commit
a770634b95
|
@ -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];
|
||||
|
||||
|
|
Loading…
Reference in a new issue