Completed
Pull Request — 3.x (#4591)
by Chris
03:22
created
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/Fixtures/Admin/CommentWithCustomRouteAdmin.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Sonata\AdminBundle\Tests\Fixtures\Admin;
4 4
 
5
-use Sonata\AdminBundle\Admin\AbstractAdmin;
6
-use Sonata\AdminBundle\Route\RouteCollection;
7
-
8 5
 class CommentWithCustomRouteAdmin extends CommentAdmin
9 6
 {
10 7
     protected $baseRoutePattern = 'comment-custom';
Please login to merge, or discard this patch.