Completed
Push — master ( 0ea8fb...db8ca1 )
by Florian
09:33 queued 11s
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.
Form/FacetType.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Symfony\Component\Form\FormEvent;
19 19
 use Symfony\Component\Form\FormEvents;
20 20
 use Symfony\Component\OptionsResolver\OptionsResolver;
21
-use Symfony\Component\HttpKernel\Kernel;
22 21
 
23 22
 class FacetType extends AbstractType {
24 23
 
Please login to merge, or discard this patch.