Completed
Pull Request — 3.x (#5816)
by Bukashk0zzz
06:02
created
src/Admin/AbstractAdmin.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use Doctrine\Common\Util\ClassUtils;
15 15
 use Knp\Menu\FactoryInterface as MenuFactoryInterface;
16
-use Knp\Menu\ItemInterface;
17 16
 use Knp\Menu\ItemInterface as MenuItemInterface;
18 17
 use Sonata\AdminBundle\Builder\DatagridBuilderInterface;
19 18
 use Sonata\AdminBundle\Builder\FormContractorInterface;
Please login to merge, or discard this patch.
src/Event/LegacyEventDispatcherProxy.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use Symfony\Component\EventDispatcher\Event;
18 18
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
19 19
 use Symfony\Contracts\EventDispatcher\Event as ContractsEvent;
20
-use Symfony\Contracts\EventDispatcher\EventDispatcherInterface;
21 20
 use Symfony\Contracts\EventDispatcher\EventDispatcherInterface as ContractsEventDispatcherInterface;
22 21
 
23 22
 /**
Please login to merge, or discard this patch.