summaryrefslogtreecommitdiffstats
path: root/apps/federation/tests/BackgroundJob
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/tests/BackgroundJob
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/tests/BackgroundJob')
-rw-r--r--apps/federation/tests/BackgroundJob/GetSharedSecretTest.php1
-rw-r--r--apps/federation/tests/BackgroundJob/RequestSharedSecretTest.php1
2 files changed, 0 insertions, 2 deletions
diff --git a/apps/federation/tests/BackgroundJob/GetSharedSecretTest.php b/apps/federation/tests/BackgroundJob/GetSharedSecretTest.php
index d833b6ec607..ba84d718df6 100644
--- a/apps/federation/tests/BackgroundJob/GetSharedSecretTest.php
+++ b/apps/federation/tests/BackgroundJob/GetSharedSecretTest.php
@@ -26,7 +26,6 @@
namespace OCA\Federation\Tests\BackgroundJob;
-
use GuzzleHttp\Exception\ConnectException;
use GuzzleHttp\Ring\Exception\RingException;
use OCA\Federation\BackgroundJob\GetSharedSecret;
diff --git a/apps/federation/tests/BackgroundJob/RequestSharedSecretTest.php b/apps/federation/tests/BackgroundJob/RequestSharedSecretTest.php
index 25518cb6cdb..f35654b0895 100644
--- a/apps/federation/tests/BackgroundJob/RequestSharedSecretTest.php
+++ b/apps/federation/tests/BackgroundJob/RequestSharedSecretTest.php
@@ -25,7 +25,6 @@
namespace OCA\Federation\Tests\BackgroundJob;
-
use GuzzleHttp\Exception\ConnectException;
use GuzzleHttp\Ring\Exception\RingException;
use OCA\Federation\BackgroundJob\RequestSharedSecret;