| 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 TVSeasonItemChanges extends ItemChanges |
||
| 28 | { |
||
| 29 | /** |
||
| 30 | * Constructor |
||
| 31 | * @param TmdbInterface $tmdb |
||
| 32 | * @param int $season_id |
||
| 33 | * @param array $options |
||
| 34 | */ |
||
| 35 | 21 | public function __construct(TmdbInterface $tmdb, int $season_id, array $options = array()) |
|
| 44 |