Completed
Push — master ( bd1580...0ea8fb )
by Florian
09:56
created
Command/SyncCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,13 +13,11 @@
 block discarded – undo
13 13
 
14 14
 namespace StingerSoft\EntitySearchBundle\Command;
15 15
 
16
-use Doctrine\Common\Persistence\ObjectManager;
17 16
 use Doctrine\DBAL\Platforms\SQLServerPlatform;
18 17
 use Doctrine\ORM\EntityManager;
19 18
 use Doctrine\ORM\Mapping\ClassMetadata;
20 19
 use StingerSoft\EntitySearchBundle\Services\Mapping\EntityToDocumentMapperInterface;
21 20
 use StingerSoft\EntitySearchBundle\Services\SearchService;
22
-use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
23 21
 use Symfony\Component\Console\Command\Command;
24 22
 use Symfony\Component\Console\Helper\ProgressBar;
25 23
 use Symfony\Component\Console\Input\InputArgument;
Please login to merge, or discard this patch.