@@ -16,7 +16,7 @@ |
||
16 | 16 | |
17 | 17 | /** |
18 | 18 | * @param array|Movie[]|\Iterator $movies |
19 | - * @param $totalCount |
|
19 | + * @param integer $totalCount |
|
20 | 20 | * @param int $offset |
21 | 21 | */ |
22 | 22 | public function __construct($movies, $totalCount, int $offset = 0) |
@@ -144,7 +144,6 @@ |
||
144 | 144 | * @Route("/api/movies/{id}/recommendations", methods={"GET"}) |
145 | 145 | * |
146 | 146 | * @param Movie $movie |
147 | - * @param MovieRepository $movieRepository |
|
148 | 147 | * @param MovieRecommendationRepository $repository |
149 | 148 | * |
150 | 149 | * @throws \Doctrine\DBAL\DBALException |
@@ -23,7 +23,7 @@ |
||
23 | 23 | * |
24 | 24 | * @param Request $request |
25 | 25 | * @param User $user |
26 | - * @param InterestedMovieRepository $repository |
|
26 | + * @param MovieRepository $repository |
|
27 | 27 | * |
28 | 28 | * @return JsonResponse |
29 | 29 | */ |