aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command
diff options
context:
space:
mode:
authorFaraz Samapoor <fsa@adlas.at>2023-06-12 18:27:35 +0330
committerLouis <6653109+artonge@users.noreply.github.com>2023-06-20 16:24:46 +0200
commit2ace19fc54adff8c86cea8fb039dd9a6883c068d (patch)
tree2fd0595d827f7a048bc624dd00b6027ee165e297 /core/Command
parentf9a9ad50c3f4cc49db42d62430331f175de13a70 (diff)
downloadnextcloud-server-2ace19fc54adff8c86cea8fb039dd9a6883c068d.tar.gz
nextcloud-server-2ace19fc54adff8c86cea8fb039dd9a6883c068d.zip
Fixes php-cs error.
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
Diffstat (limited to 'core/Command')
-rw-r--r--core/Command/Encryption/MigrateKeyStorage.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Command/Encryption/MigrateKeyStorage.php b/core/Command/Encryption/MigrateKeyStorage.php
index 0a2a14195f2..2441aa9cc1a 100644
--- a/core/Command/Encryption/MigrateKeyStorage.php
+++ b/core/Command/Encryption/MigrateKeyStorage.php
@@ -33,7 +33,6 @@ use OCP\IUserManager;
use OCP\Security\ICrypto;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Helper\ProgressBar;
-use Symfony\Component\Console\Helper\QuestionHelper;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;