From 41b5e5923a44965e435d35d01b5009abb2dd5c97 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 9 Apr 2020 11:48:10 +0200 Subject: Use exactly one empty line after the namespace declaration For PSR2 Signed-off-by: Christoph Wurst --- apps/federation/lib/BackgroundJob/RequestSharedSecret.php | 1 - apps/federation/lib/DbHandler.php | 1 - apps/federation/lib/Hooks.php | 2 -- 3 files changed, 4 deletions(-) (limited to 'apps/federation/lib') diff --git a/apps/federation/lib/BackgroundJob/RequestSharedSecret.php b/apps/federation/lib/BackgroundJob/RequestSharedSecret.php index e74fc74cace..4eaa94a53d5 100644 --- a/apps/federation/lib/BackgroundJob/RequestSharedSecret.php +++ b/apps/federation/lib/BackgroundJob/RequestSharedSecret.php @@ -28,7 +28,6 @@ namespace OCA\Federation\BackgroundJob; - use GuzzleHttp\Exception\ClientException; use GuzzleHttp\Exception\RequestException; use GuzzleHttp\Ring\Exception\RingException; diff --git a/apps/federation/lib/DbHandler.php b/apps/federation/lib/DbHandler.php index 24bbe91c7b8..b7d53d378d0 100644 --- a/apps/federation/lib/DbHandler.php +++ b/apps/federation/lib/DbHandler.php @@ -26,7 +26,6 @@ namespace OCA\Federation; - use OC\Files\Filesystem; use OC\HintException; use OCP\IDBConnection; diff --git a/apps/federation/lib/Hooks.php b/apps/federation/lib/Hooks.php index 2a1bce2b303..3f6a45422a7 100644 --- a/apps/federation/lib/Hooks.php +++ b/apps/federation/lib/Hooks.php @@ -22,8 +22,6 @@ namespace OCA\Federation; - - class Hooks { /** @var TrustedServers */ -- cgit v1.2.3