From 2b80bf468358f0553c2f7d6ca1a794cab80eb0e6 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 13 Oct 2017 09:26:07 +0000 Subject: [PATCH] Improved documentation --- include/diaspora.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/diaspora.php b/include/diaspora.php index 686963ed89..aad4f5c440 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -2960,10 +2960,10 @@ class Diaspora { } /** - * @brief sends an "unshare" + * @brief sends an account migration * * @param array $owner the array of the item owner - * @param array $contact Target of the communication + * @param int $uid User ID * * @return int The result of the transmission */