summaryrefslogtreecommitdiffstats
path: root/apps/federation/lib
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2020-04-09 13:44:39 +0200
committerGitHub <noreply@github.com>2020-04-09 13:44:39 +0200
commit19e97e86c69ab128191439d6a17dacb5a630cf98 (patch)
tree95b913a59a6512e54ef848aa03095cdfdc7a92c5 /apps/federation/lib
parent813bdc1ce8a45039fa17aac12bd078466a0034d0 (diff)
parent2a529e453a7de7f51ab72ac48f947fa9d2afd18d (diff)
downloadnextcloud-server-19e97e86c69ab128191439d6a17dacb5a630cf98.tar.gz
nextcloud-server-19e97e86c69ab128191439d6a17dacb5a630cf98.zip
Merge pull request #20379 from nextcloud/techdebt/blank-lines
Use one blank line after the opening tag and namespace declaration
Diffstat (limited to 'apps/federation/lib')
-rw-r--r--apps/federation/lib/BackgroundJob/RequestSharedSecret.php1
-rw-r--r--apps/federation/lib/DbHandler.php1
-rw-r--r--apps/federation/lib/Hooks.php2
3 files changed, 0 insertions, 4 deletions
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 */