@@ -157,7 +157,6 @@ |
||
157 | 157 | * 400="Validation error", |
158 | 158 | * } |
159 | 159 | * ) |
160 | - * @param string $id organizer id |
|
161 | 160 | */ |
162 | 161 | public function createMemberAction(Request $request): Response |
163 | 162 | { |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use AppBundle\Entity\Image; |
6 | 6 | use AppBundle\Entity\User; |
7 | 7 | use AppBundle\Enum\ApiOperation; |
8 | -use AppBundle\Exception\MethodNotImplemented; |
|
9 | 8 | use AppBundle\Exception\UnsupportedApiOperation; |
10 | 9 | use AppBundle\Exception\UnsupportedTypeException; |
11 | 10 | use AppBundle\Form\AbstractFormType; |