@@ -37,7 +37,7 @@ discard block |
||
37 | 37 | * @throws TmdbRequestLimitException |
38 | 38 | * @throws \Psr\SimpleCache\InvalidArgumentException |
39 | 39 | * |
40 | - * @return array |
|
40 | + * @return string |
|
41 | 41 | */ |
42 | 42 | public function findMoviesByQuery(string $query, string $locale = 'en', $data = []): array |
43 | 43 | { |
@@ -62,7 +62,7 @@ discard block |
||
62 | 62 | * @throws TmdbRequestLimitException |
63 | 63 | * @throws \Psr\SimpleCache\InvalidArgumentException |
64 | 64 | * |
65 | - * @return array |
|
65 | + * @return string |
|
66 | 66 | */ |
67 | 67 | public function findMovieById(int $tmdb_id, string $locale = 'en'): array |
68 | 68 | { |