diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-12-07 15:28:06 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-12 14:24:47 +0100 |
commit | 1a20af253bc90de35a1bf3b65adb33ab44d17c1d (patch) | |
tree | 77a6f2181318cdffb85f97cdbcbf75bf40e3aa35 /apps/federation/lib | |
parent | 0bf026cceab5f5e910f5e7c163397dbe76dbe0f2 (diff) | |
download | nextcloud-server-1a20af253bc90de35a1bf3b65adb33ab44d17c1d.tar.gz nextcloud-server-1a20af253bc90de35a1bf3b65adb33ab44d17c1d.zip |
Adding tests and adjust PHPDoc
Diffstat (limited to 'apps/federation/lib')
-rw-r--r-- | apps/federation/lib/dbhandler.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/federation/lib/dbhandler.php b/apps/federation/lib/dbhandler.php index 0677430f799..f50854fefb3 100644 --- a/apps/federation/lib/dbhandler.php +++ b/apps/federation/lib/dbhandler.php @@ -206,6 +206,7 @@ class DbHandler { * * @param string $url * @param int $status + * @param string|null $token */ public function setServerStatus($url, $status, $token = null) { $hash = $this->hash($url); |