chore: cleanup
This commit is contained in:
@@ -26,7 +26,10 @@ class TmdbResult
|
||||
* @param GenreDto[]|null $genres
|
||||
* @param CastMemberDto[]|null $stars
|
||||
* @param CrewMemberDto[]|null $directors
|
||||
* @param CrewMemberDto[]|null $creators
|
||||
* @param CrewMemberDto[]|null $producers
|
||||
* @param int|null $runtime
|
||||
* @param int|null $numberSeasons
|
||||
*/
|
||||
public function __construct(
|
||||
#[SerializedPath('[external_ids][imdb_id]')]
|
||||
@@ -49,6 +52,9 @@ class TmdbResult
|
||||
public ?array $genres = null,
|
||||
public ?array $stars = null,
|
||||
public ?array $directors = null,
|
||||
public ?array $creators = null,
|
||||
public ?array $producers = null,
|
||||
public ?int $runtime = null,
|
||||
public ?int $numberSeasons = null,
|
||||
) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user