@@ -10,10 +10,10 @@ |
||
| 10 | 10 | protected $original_title; |
| 11 | 11 | protected $title; |
| 12 | 12 | |
| 13 | - /** |
|
| 14 | - * Get show ID |
|
| 15 | - * @return int |
|
| 16 | - */ |
|
| 13 | + /** |
|
| 14 | + * Get show ID |
|
| 15 | + * @return int |
|
| 16 | + */ |
|
| 17 | 17 | public function getId() |
| 18 | 18 | { |
| 19 | 19 | return (int) $this->id; |
@@ -58,7 +58,7 @@ |
||
| 58 | 58 | |
| 59 | 59 | /** |
| 60 | 60 | * Get collection parts |
| 61 | - * @return Generator |
|
| 61 | + * @return \Generator |
|
| 62 | 62 | */ |
| 63 | 63 | public function getParts() |
| 64 | 64 | { |
@@ -15,6 +15,9 @@ |
||
| 15 | 15 | |
| 16 | 16 | use ElementTrait; |
| 17 | 17 | |
| 18 | + /** |
|
| 19 | + * @param integer $tv_id |
|
| 20 | + */ |
|
| 18 | 21 | public function __construct(Tmdb $tmdb, $tv_id, array $options = array()) |
| 19 | 22 | { |
| 20 | 23 | parent::__construct($tmdb, $tv_id, $options, 'tv'); |