@@ -55,6 +55,7 @@ |
||
55 | 55 | * @param string $action |
56 | 56 | * |
57 | 57 | * @deprecated |
58 | + * @return void |
|
58 | 59 | */ |
59 | 60 | public function configureSideMenu( |
60 | 61 | AdminInterface $admin, |
@@ -13,7 +13,6 @@ |
||
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; |