]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Contact.php
Merge pull request #9374 from annando/issue-9358-b
[friendica.git] / src / Model / Contact.php
index 41c68bda83ae60ad407db928bcafc5fe7b8c1301..6bbc0921cad214f5ac99b790fabae4d523941c8f 100644 (file)
@@ -1247,8 +1247,8 @@ class Contact
         *
         * @param string $contact_url Contact URL
         * @param bool   $thread_mode
-        * @param int    $update
-        * @param int    $parent
+        * @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
-        * @param bool    $thread_mode
-        * @param integer $update
-        * @param int     $parent
+        * @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
         */