From ebf35fb38a770f26b5db4d6eebba18a28fa10dcd Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Wed, 9 Jun 2021 14:43:15 +0200 Subject: Correctly check the reception of a remote feedback Signed-off-by: Louis Chemineau --- apps/federatedfilesharing/lib/Notifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/federatedfilesharing/lib') 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) { -- cgit v1.2.3