Completed
Push — 0.3-dev ( 87cbea...2a2fd7 )
by Arnaud
08:39 queued 01:20
created
Twig/AdminExtension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace LAG\AdminBundle\Twig;
4 4
 
5 5
 use LAG\AdminBundle\Admin\Configuration\ApplicationConfiguration;
6
-use LAG\AdminBundle\Field\Field;
7 6
 use LAG\AdminBundle\Field\EntityFieldInterface;
8 7
 use LAG\AdminBundle\Field\FieldInterface;
9 8
 use Symfony\Component\DependencyInjection\Container;
Please login to merge, or discard this patch.
Admin/Factory/AdminFactory.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@  discard block
 block discarded – undo
3 3
 namespace LAG\AdminBundle\Admin\Factory;
4 4
 
5 5
 use Doctrine\ORM\EntityManager;
6
-use Doctrine\ORM\EntityRepository;
7 6
 use LAG\AdminBundle\Admin\Admin;
8 7
 use LAG\AdminBundle\Admin\AdminInterface;
9 8
 use LAG\AdminBundle\Admin\Configuration\AdminConfiguration;
@@ -14,7 +13,6 @@  discard block
 block discarded – undo
14 13
 use LAG\AdminBundle\Event\AdminFactoryEvent;
15 14
 use Exception;
16 15
 use LAG\AdminBundle\Message\MessageHandlerInterface;
17
-use LAG\AdminBundle\Repository\GenericRepository;
18 16
 use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
19 17
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
20 18
 use Symfony\Component\HttpFoundation\ParameterBag;
Please login to merge, or discard this patch.