We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1cc65d commit 0913b37Copy full SHA for 0913b37
apps/encryption/lib/Command/ScanLegacyFormat.php
@@ -29,12 +29,10 @@
29
use OCA\Encryption\Util;
30
use OCP\IConfig;
31
use OCP\IUserManager;
32
-use OCP\Lock\LockedException;
33
use Symfony\Component\Console\Command\Command;
34
use Symfony\Component\Console\Helper\QuestionHelper;
35
use Symfony\Component\Console\Input\InputInterface;
36
use Symfony\Component\Console\Output\OutputInterface;
37
-use Symfony\Component\Console\Question\ConfirmationQuestion;
38
39
class ScanLegacyFormat extends Command {
40
0 commit comments