@@ -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) |
@@ -18,7 +18,6 @@ |
||
| 18 | 18 | use Enqueue\Client\MessagePriority; |
| 19 | 19 | use Enqueue\Client\ProducerInterface; |
| 20 | 20 | use Symfony\Component\HttpFoundation\JsonResponse; |
| 21 | -use Symfony\Component\HttpFoundation\Request; |
|
| 22 | 21 | use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
| 23 | 22 | use Symfony\Component\Routing\Annotation\Route; |
| 24 | 23 | |