- added some type-hints
- added documentation
This commit is contained in:
Roland Häder
2022-06-23 13:56:18 +02:00
parent 84d3eecc33
commit a49fb9cbf9
8 changed files with 64 additions and 19 deletions

View File

@@ -32,7 +32,9 @@ class UpdateServerPeers
{
/**
* Query the given server for their known peers
*
* @param string $gserver Server URL
* @return void
*/
public static function execute(string $url)
{