/**
* 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
*/
/**
* 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
*/