@@ -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 | { |