From 37235acbcaf4ab25de7a6f565568ed8eb2bcd830 Mon Sep 17 00:00:00 2001 From: navid-shokri <123634558+navid-shokri@users.noreply.github.com> Date: Thu, 13 Apr 2023 09:05:13 +0000 Subject: [PATCH] use tab instead of multiple spaces --- apps/federatedfilesharing/lib/Controller/OcmController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/federatedfilesharing/lib/Controller/OcmController.php b/apps/federatedfilesharing/lib/Controller/OcmController.php index e80ed19c9318..02801e99c254 100644 --- a/apps/federatedfilesharing/lib/Controller/OcmController.php +++ b/apps/federatedfilesharing/lib/Controller/OcmController.php @@ -306,7 +306,7 @@ public function processNotification( $controllerClass = $this->config->getSystemValue('sharing.ocmController'); if ($controllerClass !== '') { $controller = \OC::$server->query($controllerClass); - return $controller->processNotification( + return $controller->processNotification( $notificationType, $resourceType, $providerId,