@@ -164,7 +164,7 @@ |
||
| 164 | 164 | /** |
| 165 | 165 | * @param int $id |
| 166 | 166 | * |
| 167 | - * @return null|object |
|
| 167 | + * @return RouteInterface |
|
| 168 | 168 | */ |
| 169 | 169 | private function findRouteOr404(int $id) |
| 170 | 170 | { |
@@ -17,7 +17,6 @@ |
||
| 17 | 17 | use Knp\Component\Pager\Pagination\SlidingPagination; |
| 18 | 18 | use SWP\Bundle\CoreBundle\Form\Type\ThemeInstallType; |
| 19 | 19 | use SWP\Bundle\CoreBundle\Form\Type\ThemeUploadType; |
| 20 | -use SWP\Bundle\CoreBundle\Model\Tenant; |
|
| 21 | 20 | use SWP\Bundle\CoreBundle\Model\TenantInterface; |
| 22 | 21 | use SWP\Bundle\CoreBundle\Theme\Helper\ThemeHelper; |
| 23 | 22 | use SWP\Component\Common\Response\ResponseContext; |