]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/UpdateGServer.php
Merge remote-tracking branch 'upstream/develop' into reduce-update-contacts
[friendica.git] / src / Worker / UpdateGServer.php
index bc836253a5c110ab90fe74d351331718cc35d358..d180f34c45ef55ce5fb7b7b904b658a4651faeff 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -30,8 +30,10 @@ class UpdateGServer
 {
        /**
         * Update the given server
+        *
         * @param string  $server_url    Server URL
         * @param boolean $only_nodeinfo Only use nodeinfo for server detection
+        * @return void
         */
        public static function execute(string $server_url, bool $only_nodeinfo = false)
        {