From bb676f780c55c2a7b82111115f2fb75d4922364b Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 6 Oct 2020 20:36:57 +0000 Subject: [PATCH] Changed documentation --- src/Model/Contact.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Model/Contact.php b/src/Model/Contact.php index eb21708ed..6bbc0921c 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 */