]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Contact.php
Replace reference to post plink by author base URL
[friendica.git] / src / Model / Contact.php
index d91abe9bcdb0b3070fa579b0171be4da3b4ef6e1..35ca4e49eb8106d0ef106d566d402b4945e9425e 100644 (file)
@@ -788,10 +788,10 @@ class Contact
        /**
         * Updates the self-contact for the provided user id
         *
-        * @param int   $uid
-        * @param bool  $update_avatar Force the avatar update
+        * @param int  $uid
+        * @param bool $update_avatar Force the avatar update
         * @return bool "true" if updated
-        * @throws HTTPException\InternalServerErrorException
+        * @throws \Exception
         */
        public static function updateSelfFromUserID(int $uid, bool $update_avatar = false): bool
        {