@@ -239,19 +239,19 @@ class Tv extends AbstractModel
239239 */
240240 public function __construct ()
241241 {
242- $ this ->genres = new Genres ();
243- $ this ->networks = new GenericCollection ();
244- $ this ->originCountry = new GenericCollection ();
245- $ this ->seasons = new GenericCollection ();
242+ $ this ->genres = new Genres ();
243+ $ this ->networks = new GenericCollection ();
244+ $ this ->originCountry = new GenericCollection ();
245+ $ this ->seasons = new GenericCollection ();
246246
247- $ this ->credits = new CreditsCollection ();
248- $ this ->externalIds = new ExternalIds ();
249- $ this ->images = new Images ();
250- $ this ->translations = new GenericCollection ();
251- $ this ->videos = new Videos ();
252- $ this ->changes = new GenericCollection ();
253- $ this ->keywords = new GenericCollection ();
254- $ this ->similar = new GenericCollection ();
247+ $ this ->credits = new CreditsCollection ();
248+ $ this ->externalIds = new ExternalIds ();
249+ $ this ->images = new Images ();
250+ $ this ->translations = new GenericCollection ();
251+ $ this ->videos = new Videos ();
252+ $ this ->changes = new GenericCollection ();
253+ $ this ->keywords = new GenericCollection ();
254+ $ this ->similar = new GenericCollection ();
255255 }
256256
257257 /**
@@ -274,7 +274,7 @@ public function getBackdropPath()
274274 }
275275
276276 /**
277- * @param \Tmdb\Model\Common\Collection $createdBy
277+ * @param GenericCollection $createdBy
278278 * @return $this
279279 */
280280 public function setCreatedBy ($ createdBy )
@@ -529,7 +529,7 @@ public function getNumberOfSeasons()
529529 }
530530
531531 /**
532- * @param \Tmdb\Model\Common\Collection $originCountry
532+ * @param GenericCollection $originCountry
533533 * @return $this
534534 */
535535 public function setOriginCountry ($ originCountry )
@@ -833,7 +833,7 @@ public function getVideos()
833833 }
834834
835835 /**
836- * @param \Tmdb\Model\ GenericCollection $changes
836+ * @param GenericCollection $changes
837837 * @return $this
838838 */
839839 public function setChanges ($ changes )
@@ -844,15 +844,15 @@ public function setChanges($changes)
844844 }
845845
846846 /**
847- * @return \Tmdb\Model\ GenericCollection
847+ * @return GenericCollection
848848 */
849849 public function getChanges ()
850850 {
851851 return $ this ->changes ;
852852 }
853853
854854 /**
855- * @param \Tmdb\Model\ GenericCollection $keywords
855+ * @param GenericCollection $keywords
856856 * @return $this
857857 */
858858 public function setKeywords ($ keywords )
@@ -863,15 +863,15 @@ public function setKeywords($keywords)
863863 }
864864
865865 /**
866- * @return \Tmdb\Model\ GenericCollection
866+ * @return GenericCollection
867867 */
868868 public function getKeywords ()
869869 {
870870 return $ this ->keywords ;
871871 }
872872
873873 /**
874- * @param \Tmdb\Model\ GenericCollection $similar
874+ * @param GenericCollection $similar
875875 * @return $this
876876 */
877877 public function setSimilar ($ similar )
@@ -882,7 +882,7 @@ public function setSimilar($similar)
882882 }
883883
884884 /**
885- * @return \Tmdb\Model\ GenericCollection
885+ * @return GenericCollection
886886 */
887887 public function getSimilar ()
888888 {
0 commit comments