]> git.mxchange.org Git - friendica.git/commitdiff
Fix description
authorMichael <heluecht@pirati.ca>
Fri, 31 Jul 2020 18:59:41 +0000 (18:59 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 31 Jul 2020 18:59:41 +0000 (18:59 +0000)
src/Worker/UpdateServerDirectory.php

index 87bbee7e8c2be4be96b6da2876fff4d9fd9c51cc..c23d01c5acd2a760123ac7b3c8a7c5e24ef363c4 100644 (file)
@@ -28,9 +28,9 @@ class UpdateServerDirectory
 {
        /**
         * Query the given server for their users
-        * @param string $gserver Server URL
+        * @param array $gserver Server record
         */
-       public static function execute($gserver)
+       public static function execute(array $gserver)
        {
                GServer::updateDirectory($gserver);
                return;