Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-12-15 13:31:28 +0300
committerJoas Schilling <coding@schilljs.com>2020-12-15 13:31:28 +0300
commit11c1ce6974aad825c3ea033eaa35869d21cf88e4 (patch)
tree713739d041e974286e77b9f399f048b2a2ff5b73 /apps/federatedfilesharing/lib
parent96253c7c1b02c9e3a5506198c179dd7a32d01fbe (diff)
Fix PHP CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/federatedfilesharing/lib')
-rw-r--r--apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php b/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php
index 14d86d4b444..d79fb83a958 100644
--- a/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php
+++ b/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php
@@ -27,7 +27,6 @@
namespace OCA\FederatedFileSharing\BackgroundJob;
-use OCA\FederatedFileSharing\AddressHandler;
use OCA\FederatedFileSharing\Notifications;
use OCP\AppFramework\Utility\ITimeFactory;
use OCP\BackgroundJob\IJobList;