aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/User
diff options
context:
space:
mode:
Diffstat (limited to 'core/Command/User')
-rw-r--r--core/Command/User/Disable.php1
-rw-r--r--core/Command/User/Enable.php1
-rw-r--r--core/Command/User/Info.php2
-rw-r--r--core/Command/User/ListCommand.php1
4 files changed, 0 insertions, 5 deletions
diff --git a/core/Command/User/Disable.php b/core/Command/User/Disable.php
index 94be87e6ee0..7c6e8315702 100644
--- a/core/Command/User/Disable.php
+++ b/core/Command/User/Disable.php
@@ -22,7 +22,6 @@
namespace OC\Core\Command\User;
-use OCP\IUser;
use OCP\IUserManager;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface;
diff --git a/core/Command/User/Enable.php b/core/Command/User/Enable.php
index d8a983155d2..164027d809a 100644
--- a/core/Command/User/Enable.php
+++ b/core/Command/User/Enable.php
@@ -22,7 +22,6 @@
namespace OC\Core\Command\User;
-use OCP\IUser;
use OCP\IUserManager;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface;
diff --git a/core/Command/User/Info.php b/core/Command/User/Info.php
index f1b5579eb94..3906f40c6a0 100644
--- a/core/Command/User/Info.php
+++ b/core/Command/User/Info.php
@@ -25,9 +25,7 @@ namespace OC\Core\Command\User;
use OC\Core\Command\Base;
use OCP\IGroupManager;
-use OCP\IUser;
use OCP\IUserManager;
-use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
diff --git a/core/Command/User/ListCommand.php b/core/Command/User/ListCommand.php
index 77d99eb2130..06ba1f0b858 100644
--- a/core/Command/User/ListCommand.php
+++ b/core/Command/User/ListCommand.php
@@ -26,7 +26,6 @@ namespace OC\Core\Command\User;
use OC\Core\Command\Base;
use OCP\IUser;
use OCP\IUserManager;
-use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;