Passed
Branch account (ed4c74)
by vincent
02:20
created
src/VfacTmdb/Items/TVEpisode.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
 
105 105
     /**
106 106
      * Guests stars
107
-     * @return \Generator|Results\Cast
107
+     * @return \Generator
108 108
      */
109 109
     public function getGuestStars() : \Generator
110 110
     {
Please login to merge, or discard this patch.
src/VfacTmdb/Items/TVSeason.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
 
109 109
     /**
110 110
      * Episodes list
111
-     * @return \Generator|Results\TVEpisode
111
+     * @return \Generator
112 112
      */
113 113
     public function getEpisodes() : \Generator
114 114
     {
Please login to merge, or discard this patch.