Total Complexity | 2 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php declare(strict_types=1); |
||
27 | class TVEpisodeItemChanges extends ItemChanges |
||
28 | { |
||
29 | /** |
||
30 | * Constructor |
||
31 | * @param TmdbInterface $tmdb |
||
32 | * @param int $episode_id |
||
33 | * @param array $options |
||
34 | */ |
||
35 | 15 | public function __construct(TmdbInterface $tmdb, int $episode_id, array $options = array()) |
|
44 |