Completed
Pull Request — 3.x (#5199)
by Marko
10:05 queued 04:11
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/DependencyInjection/Compiler/ExtensionCompilerPass.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Sonata\AdminBundle\DependencyInjection\Compiler;
13 13
 
14
-use Sonata\AdminBundle\Admin\AdminExtensionInterface as NewAdminExtensionInterface;
15 14
 use Sonata\AdminBundle\Admin\AdminExtensionInterface as OldAdminExtensionInterface;
16 15
 use Sonata\AdminBundle\Extension\ExtensionEmitter;
17 16
 use Sonata\AdminBundle\Extension\ExtensionNotifier;
Please login to merge, or discard this patch.