Completed
Push — master ( 2f1eb7...23b3b5 )
by Maciej
10s
created
lib/Doctrine/ODM/MongoDB/Tools/Console/Command/Schema/ValidateCommand.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Doctrine\ODM\MongoDB\Tools\Console\Command\Schema;
4 4
 
5
-use Doctrine\Common\Cache\VoidCache;
6
-use Doctrine\ODM\MongoDB\DocumentManager;
7
-use Symfony\Component\Console\Command\Command;
8
-use Symfony\Component\Console\Input\InputInterface;
5
+use Doctrine\Common\Cache\VoidCache;
6
+use Doctrine\ODM\MongoDB\DocumentManager;
7
+use Symfony\Component\Console\Command\Command;
8
+use Symfony\Component\Console\Input\InputInterface;
9 9
 use Symfony\Component\Console\Output\OutputInterface;
10 10
 
11 11
 class ValidateCommand extends Command
Please login to merge, or discard this patch.