@@ -32,7 +32,6 @@ |
||
32 | 32 | * 404="User with given login was not found", |
33 | 33 | * } |
34 | 34 | * ) |
35 | - * @param string $bandName user login |
|
36 | 35 | */ |
37 | 36 | public function viewAction(string $login): Response |
38 | 37 | { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace AppBundle\Controller; |
4 | 4 | |
5 | 5 | use AppBundle\Controller\Infrastructure\RestController; |
6 | -use AppBundle\Entity\Repository\UserRepository; |
|
7 | 6 | use AppBundle\Entity\User; |
8 | 7 | use AppBundle\Response\ApiError; |
9 | 8 | use AppBundle\Response\ApiResponse; |
@@ -32,7 +32,7 @@ |
||
32 | 32 | } |
33 | 33 | |
34 | 34 | /** |
35 | - * @param object $entity |
|
35 | + * @param \AppBundle\Entity\Event $entity |
|
36 | 36 | */ |
37 | 37 | public function remove($entity) |
38 | 38 | { |