@@ -75,6 +75,8 @@ |
||
75 | 75 | |
76 | 76 | /** |
77 | 77 | * Create collection api response with total, limit and offset parameters |
78 | + * @param integer|null $limit |
|
79 | + * @param integer|null $offset |
|
78 | 80 | */ |
79 | 81 | protected function createCollectionResponse(AbstractRepository $repository, $limit, $offset): CollectionApiResponse |
80 | 82 | { |
@@ -60,7 +60,6 @@ |
||
60 | 60 | * 200="Current user is logged in", |
61 | 61 | * } |
62 | 62 | * ) |
63 | - * @param string $login user login |
|
64 | 63 | */ |
65 | 64 | public function viewCurrentAction(): Response |
66 | 65 | { |
@@ -11,7 +11,6 @@ |
||
11 | 11 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
12 | 12 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
13 | 13 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security; |
14 | -use Symfony\Component\HttpFoundation\Request; |
|
15 | 14 | use Symfony\Component\HttpFoundation\Response; |
16 | 15 | |
17 | 16 | /** |