@@ -20,7 +20,6 @@ |
||
| 20 | 20 | final class UndefinedAdminInstance extends RuntimeException implements SonataException |
| 21 | 21 | { |
| 22 | 22 | /** |
| 23 | - * @param string $route |
|
| 24 | 23 | * |
| 25 | 24 | * @return self |
| 26 | 25 | */ |
@@ -13,7 +13,6 @@ |
||
| 13 | 13 | |
| 14 | 14 | use Sonata\AdminBundle\Admin\AbstractAdmin; |
| 15 | 15 | use Sonata\AdminBundle\Exception\NotClosed; |
| 16 | -use Sonata\AdminBundle\Exception\TabNotClosed; |
|
| 17 | 16 | use Sonata\AdminBundle\Exception\TabNotOpened; |
| 18 | 17 | |
| 19 | 18 | /** |