Completed
Pull Request — master (#126)
by
unknown
04:50
created
lib/Doctrine/ODM/CouchDB/Tools/Console/Command/CompactAllViewsCommand.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -19,9 +19,9 @@
 block discarded – undo
19 19
 
20 20
 namespace Doctrine\ODM\CouchDB\Tools\Console\Command;
21 21
 
22
-use Symfony\Component\Console\Input\InputInterface,
23
-    Symfony\Component\Console\Output\OutputInterface,
24
-    Symfony\Component\Console\Command\Command;
22
+use Symfony\Component\Console\Input\InputInterface;
23
+use Symfony\Component\Console\Output\OutputInterface;
24
+use Symfony\Component\Console\Command\Command;
25 25
 
26 26
 class CompactAllViewsCommand extends Command
27 27
 {
Please login to merge, or discard this patch.