From: Michael Date: Tue, 6 Oct 2020 20:36:57 +0000 (+0000) Subject: Changed documentation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bb676f780c55c2a7b82111115f2fb75d4922364b;p=friendica.git Changed documentation --- diff --git a/src/Model/Contact.php b/src/Model/Contact.php index eb21708ed3..6bbc0921ca 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -1245,10 +1245,10 @@ class Contact /** * Returns posts from a given contact url * - * @param string $contact_url Contact URL - * @param bool $thread_mode - * @param integer $update Update mode - * @param int $parent Parent ID for the update mode + * @param string $contact_url Contact URL + * @param bool $thread_mode + * @param int $update Update mode + * @param int $parent Item parent ID for the update mode * @return string posts in HTML * @throws \Exception */ @@ -1260,10 +1260,10 @@ class Contact /** * Returns posts from a given contact id * - * @param integer $cid Contact ID - * @param bool $thread_mode - * @param integer $update Update mode - * @param int $parent Parent ID for the update mode + * @param int $cid Contact ID + * @param bool $thread_mode + * @param int $update Update mode + * @param int $parent Item parent ID for the update mode * @return string posts in HTML * @throws \Exception */