fix(php-cs)

Signed-off-by: Samuel <faust64@gmail.com>
This commit is contained in:
Samuel 2021-02-09 09:40:50 +01:00
parent 9b600a5365
commit d441da2a80
1 changed files with 0 additions and 17 deletions

View File

@ -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,