Changed documentation

This commit is contained in:
Michael 2020-10-06 20:36:57 +00:00
parent 5580b148a6
commit bb676f780c

View file

@ -1245,10 +1245,10 @@ class Contact
/** /**
* Returns posts from a given contact url * Returns posts from a given contact url
* *
* @param string $contact_url Contact URL * @param string $contact_url Contact URL
* @param bool $thread_mode * @param bool $thread_mode
* @param integer $update Update mode * @param int $update Update mode
* @param int $parent Parent ID for the update mode * @param int $parent Item parent ID for the update mode
* @return string posts in HTML * @return string posts in HTML
* @throws \Exception * @throws \Exception
*/ */
@ -1260,10 +1260,10 @@ class Contact
/** /**
* Returns posts from a given contact id * Returns posts from a given contact id
* *
* @param integer $cid Contact ID * @param int $cid Contact ID
* @param bool $thread_mode * @param bool $thread_mode
* @param integer $update Update mode * @param int $update Update mode
* @param int $parent Parent ID for the update mode * @param int $parent Item parent ID for the update mode
* @return string posts in HTML * @return string posts in HTML
* @throws \Exception * @throws \Exception
*/ */