Completed
Pull Request — master (#29830)
by Tom
12:27 queued 02:33
created
core/Command/Maintenance/Repair.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -27,13 +27,11 @@
 block discarded – undo
27 27
 
28 28
 use Exception;
29 29
 use OCP\IConfig;
30
-use OCP\Migration\IRepairStep;
31 30
 use Symfony\Component\Console\Command\Command;
32 31
 use Symfony\Component\Console\Helper\ProgressBar;
33 32
 use Symfony\Component\Console\Input\InputInterface;
34 33
 use Symfony\Component\Console\Input\InputOption;
35 34
 use Symfony\Component\Console\Output\OutputInterface;
36
-use Symfony\Component\EventDispatcher\EventDispatcher;
37 35
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
38 36
 use Symfony\Component\EventDispatcher\GenericEvent;
39 37
 
Please login to merge, or discard this patch.