Completed
Pull Request — 3.x (#5164)
by Marko
04:15
created
src/Admin/AdminExtensionInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -55,6 +55,7 @@
 block discarded – undo
55 55
      * @param string $action
56 56
      *
57 57
      * @deprecated
58
+     * @return void
58 59
      */
59 60
     public function configureSideMenu(
60 61
         AdminInterface $admin,
Please login to merge, or discard this patch.
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\Admin\AdminExtensionInterface as OldAdminExtensionInterface;
19 18
 use Sonata\AdminBundle\Admin\Extension\AdminExtensionInterface as NewAdminExtensionInterface;
Please login to merge, or discard this patch.