]> git.mxchange.org Git - friendica.git/commitdiff
Added description
authorMichael <heluecht@pirati.ca>
Tue, 6 Oct 2020 19:51:51 +0000 (19:51 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 6 Oct 2020 19:51:51 +0000 (19:51 +0000)
src/Model/Contact.php

index 41c68bda83ae60ad407db928bcafc5fe7b8c1301..eb21708ed38e737fa1f2e7364c0fff861bef6081 100644 (file)
@@ -1245,10 +1245,10 @@ class Contact
        /**
         * Returns posts from a given contact url
         *
-        * @param string $contact_url Contact URL
-        * @param bool   $thread_mode
-        * @param int    $update
-        * @param int    $parent
+        * @param string  $contact_url Contact URL
+        * @param bool    $thread_mode
+        * @param integer $update      Update mode 
+        * @param int     $parent      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 integer $cid         Contact ID
         * @param bool    $thread_mode
-        * @param integer $update
-        * @param int     $parent
+        * @param integer $update      Update mode 
+        * @param int     $parent      Parent ID for the update mode
         * @return string posts in HTML
         * @throws \Exception
         */