mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
Ops, wrong type
This commit is contained in:
parent
36d56a4041
commit
a770634b95
1 changed files with 1 additions and 1 deletions
|
@ -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