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