From d441da2a80e2cff40119c91109cc26af9ae236bd Mon Sep 17 00:00:00 2001 From: Samuel Date: Tue, 9 Feb 2021 09:40:50 +0100 Subject: [PATCH] fix(php-cs) Signed-off-by: Samuel --- apps/federatedfilesharing/lib/Notifications.php | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/apps/federatedfilesharing/lib/Notifications.php b/apps/federatedfilesharing/lib/Notifications.php index 009752cfd6..e2be43e09e 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,