Passed
Branch release/1.5.0 (0ec91b)
by vincent
02:45
created
src/Items/Collection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
 
59 59
     /**
60 60
      * Get collection parts
61
-     * @return Generator
61
+     * @return \Generator
62 62
      */
63 63
     public function getParts()
64 64
     {
Please login to merge, or discard this patch.
src/Items/TVShow.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -15,6 +15,9 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.