Skip to content

Commit

Permalink
more code style adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
navid-shokri committed Apr 13, 2023
1 parent cf440e0 commit 17eadc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/federatedfilesharing/lib/Controller/OcmController.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public function createShare(
$controllerClass = $this->config->getSystemValue('sharing.ocmController');
if ($controllerClass !== '') {
$controller = \OC::$server->query($controllerClass);
return $controller->createShare(
return $controller->createShare(
$shareWith,
$name,
$description,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 17eadc8

Please sign in to comment.