mirror of
https://github.com/friendica/friendica
synced 2025-04-27 21:10:11 +00:00
Changes:
- added some type-hints - added documentation
This commit is contained in:
parent
84d3eecc33
commit
a49fb9cbf9
8 changed files with 64 additions and 19 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue