diff options
author | Samuel <faust64@gmail.com> | 2021-02-09 09:40:50 +0100 |
---|---|---|
committer | Samuel <faust64@gmail.com> | 2021-02-09 09:41:07 +0100 |
commit | d441da2a80e2cff40119c91109cc26af9ae236bd (patch) | |
tree | 965d56dc26af329969430afaed2faa5391ce48cb /apps/federatedfilesharing | |
parent | 9b600a5365c057d42c765d0c4b8a59b5bdaa4bd4 (diff) | |
download | nextcloud-server-d441da2a80e2cff40119c91109cc26af9ae236bd.tar.gz nextcloud-server-d441da2a80e2cff40119c91109cc26af9ae236bd.zip |
fix(php-cs)
Signed-off-by: Samuel <faust64@gmail.com>
Diffstat (limited to 'apps/federatedfilesharing')
-rw-r--r-- | apps/federatedfilesharing/lib/Notifications.php | 17 |
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, |