@@ -114,7 +114,6 @@ |
||
| 114 | 114 | |
| 115 | 115 | /** |
| 116 | 116 | * @param object $entity Entity |
| 117 | - * @param string $id Entity id |
|
| 118 | 117 | * @return string |
| 119 | 118 | */ |
| 120 | 119 | private function createEntityHttpLocation($entity): string |
@@ -14,7 +14,6 @@ |
||
| 14 | 14 | use Doctrine\ORM\EntityManager; |
| 15 | 15 | use Symfony\Component\Form\FormInterface; |
| 16 | 16 | use Symfony\Component\HttpFoundation\Response; |
| 17 | -use Symfony\Component\Intl\Exception\MethodNotImplementedException; |
|
| 18 | 17 | use Symfony\Component\Routing\Router; |
| 19 | 18 | |
| 20 | 19 | /** |