Completed
Pull Request — master (#127)
by
unknown
02:20
created
lib/Doctrine/ODM/CouchDB/Tools/Console/Command/WarmupAllViewsCommand.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -19,10 +19,10 @@
 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,
25
-    Symfony\Component\Console\Input\InputOption;
22
+use Symfony\Component\Console\Input\InputInterface;
23
+use Symfony\Component\Console\Output\OutputInterface;
24
+use Symfony\Component\Console\Command\Command;
25
+use Symfony\Component\Console\Input\InputOption;
26 26
 
27 27
 class WarmupAllViewsCommand extends Command
28 28
 {
Please login to merge, or discard this patch.