Completed
Pull Request — 3.x (#5415)
by Grégoire
03:54
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.
tests/Menu/Provider/GroupMenuProviderTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 use PHPUnit\Framework\MockObject\MockObject as MockObject;
22 22
 use PHPUnit\Framework\TestCase;
23 23
 use Sonata\AdminBundle\Admin\AbstractAdmin;
24
-use Sonata\AdminBundle\Admin\AdminInterface;
25 24
 use Sonata\AdminBundle\Admin\Pool;
26 25
 use Sonata\AdminBundle\Menu\Provider\GroupMenuProvider;
27 26
 use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;
Please login to merge, or discard this patch.