Added documentation

This commit is contained in:
Michael 2019-12-21 20:18:44 +00:00
parent 537da657cc
commit c975d0f799
9 changed files with 39 additions and 9 deletions

View file

@ -10,7 +10,10 @@ use Friendica\Util\Strings;
class UpdateGServer
{
// Searches for the poco server list.
/**
* Update the given server
* @param string $server_url Server URL
*/
public static function execute($server_url)
{
if (empty($server_url)) {