summaryrefslogtreecommitdiffstats
path: root/apps/federation
diff options
context:
space:
mode:
authorBjörn Schießle <bjoern@schiessle.org>2016-01-11 16:44:44 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-01-12 14:24:47 +0100
commite7a8be258817f317319900f104d14417806bbc60 (patch)
tree0a38d407a0ece43a07457d4ce3db07a6a64c6fc2 /apps/federation
parentfa561071d26ed0d28e90fddd01ea17c200ba17ed (diff)
downloadnextcloud-server-e7a8be258817f317319900f104d14417806bbc60.tar.gz
nextcloud-server-e7a8be258817f317319900f104d14417806bbc60.zip
fix doc-block
Diffstat (limited to 'apps/federation')
-rw-r--r--apps/federation/command/syncfederationaddressbooks.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/apps/federation/command/syncfederationaddressbooks.php b/apps/federation/command/syncfederationaddressbooks.php
index 9fb1e51f643..516029d25ab 100644
--- a/apps/federation/command/syncfederationaddressbooks.php
+++ b/apps/federation/command/syncfederationaddressbooks.php
@@ -5,12 +5,8 @@ namespace OCA\Federation\Command;
use OCA\DAV\CardDAV\SyncService;
use OCA\Federation\DbHandler;
use OCA\Federation\TrustedServers;
-use OCP\IConfig;
-use OCP\IDBConnection;
-use OCP\IUserManager;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Helper\ProgressBar;
-use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
@@ -23,9 +19,7 @@ class SyncFederationAddressBooks extends Command {
private $syncService;
/**
- * @param IUserManager $userManager
- * @param IDBConnection $dbHandler
- * @param IConfig $config
+ * @param DbHandler $dbHandler
*/
function __construct(DbHandler $dbHandler) {
parent::__construct();