Completed
Branch 0.3-dev (adb464)
by Arnaud
02:45
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   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use LAG\AdminBundle\Event\AdminFactoryEvent;
14 14
 use Exception;
15 15
 use LAG\AdminBundle\Message\MessageHandlerInterface;
16
-use LAG\DoctrineRepositoryBundle\Repository\DoctrineRepository;
17 16
 use LAG\DoctrineRepositoryBundle\Repository\RepositoryInterface;
18 17
 use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
19 18
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
Please login to merge, or discard this patch.