aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2021-06-09 14:43:15 +0200
committerLouis Chemineau <louis@chmn.me>2021-06-09 15:37:18 +0200
commitebf35fb38a770f26b5db4d6eebba18a28fa10dcd (patch)
treee66d9cec1fbd132293098430ed2dd6ff3cbd7083 /apps/federatedfilesharing
parent745543d8c04c3e49515ebd9c89bed34312514862 (diff)
downloadnextcloud-server-ebf35fb38a770f26b5db4d6eebba18a28fa10dcd.tar.gz
nextcloud-server-ebf35fb38a770f26b5db4d6eebba18a28fa10dcd.zip
Correctly check the reception of a remote feedback
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'apps/federatedfilesharing')
-rw-r--r--apps/federatedfilesharing/lib/Notifications.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/lib/Notifications.php b/apps/federatedfilesharing/lib/Notifications.php
index b3d41cde851..c72a0691fad 100644
--- a/apps/federatedfilesharing/lib/Notifications.php
+++ b/apps/federatedfilesharing/lib/Notifications.php
@@ -405,7 +405,7 @@ class Notifications {
* @param $fields
* @param $action
*
- * @return bool
+ * @return array|false
*/
protected function tryOCMEndPoint($remoteDomain, $fields, $action) {
switch ($action) {