]> git.mxchange.org Git - friendica.git/commitdiff
Forgotten doxygen header
authorMichael <heluecht@pirati.ca>
Tue, 27 Mar 2018 15:12:19 +0000 (15:12 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 27 Mar 2018 15:12:19 +0000 (15:12 +0000)
src/Protocol/PortableContact.php

index e66cb4687cf92044b81caba62af56497d07f72ce..d5e9d8f8c6a09e1ed3ce231cd63bbf19d8afdbbc 100644 (file)
@@ -1387,6 +1387,11 @@ class PortableContact
                return !$failure;
        }
 
+       /**
+        * @brief Fetch relay data from a given server url
+        *
+        * @param string $server_url address of the server
+        */
        private static function discoverRelay($server_url)
        {
                logger("Discover relay data for server " . $server_url, LOGGER_DEBUG);