aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/lib/Notifications.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/federatedfilesharing/lib/Notifications.php')
-rw-r--r--apps/federatedfilesharing/lib/Notifications.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/apps/federatedfilesharing/lib/Notifications.php b/apps/federatedfilesharing/lib/Notifications.php
index 009752cfd6d..e2be43e09e6 100644
--- a/apps/federatedfilesharing/lib/Notifications.php
+++ b/apps/federatedfilesharing/lib/Notifications.php
@@ -38,11 +38,6 @@ use OCP\Http\Client\IClientService;
use OCP\OCS\IDiscoveryService;
use OCP\ILogger;
-/**
- * Class Notifications
- *
- * @package OCA\FederatedFileSharing
- */
class Notifications {
public const RESPONSE_FORMAT = 'json'; // default response format for ocs calls
@@ -70,18 +65,6 @@ class Notifications {
/** @var ILogger */
private $logger;
- /**
- * Notifications constructor
- *
- * @param AddressHandler $addressHandler
- * @param IClientService $httpClientService
- * @param IDiscoveryService $discoveryService
- * @param ILogger $logger
- * @param IJobList $jobList
- * @param ICloudFederationProviderManager $federationProviderManager
- * @param ICloudFederationFactory $cloudFederationFactory
- * @param IEventDispatcher $eventDispatcher
- */
public function __construct(
AddressHandler $addressHandler,
IClientService $httpClientService,