]> git.mxchange.org Git - friendica.git/commitdiff
Fixed documentation
authorMichael <heluecht@pirati.ca>
Wed, 1 Jan 2020 18:57:55 +0000 (18:57 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 1 Jan 2020 18:57:55 +0000 (18:57 +0000)
src/Model/Contact.php
src/Model/GContact.php

index a9b1820aac8fa4a5120d14cc30b22a7b68bbf0a3..e63aa7aec18ad84f51b70f2f84d9561c0f804007 100644 (file)
@@ -269,9 +269,9 @@ class Contact
         * @brief Get the basepath for a given contact link
         *
         * @param string $url The contact link
+        * @param boolean $dont_update Don't update the contact
         *
         * @return string basepath
-        * @return boolean $dont_update Don't update the contact
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         * @throws \ImagickException
         */
index e546b8c1ce204518ef793c528336398a1726cf34..22447aab47effa87bcce2985ca1cd5dd610a207b 100644 (file)
@@ -1128,13 +1128,13 @@ class GContact
                self::update($gcontact);
        }
 
-               /**
+       /**
         * @brief Get the basepath for a given contact link
         *
         * @param string $url The gcontact link
+        * @param boolean $dont_update Don't update the contact
         *
         * @return string basepath
-        * @return boolean $dont_update Don't update the contact
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         * @throws \ImagickException
         */