Passed
Pull Request — master (#8)
by vincent
02:31
created
src/Items/Collection.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,6 +18,7 @@  discard block
 block discarded – undo
18 18
     /**
19 19
      * Constructor
20 20
      * @param \vfalies\tmdb\Tmdb $tmdb
21
+     * @param integer $collection_id
21 22
      * @throws \Exception
22 23
      */
23 24
     public function __construct(Tmdb $tmdb, $collection_id, array $options = array())
@@ -51,7 +52,7 @@  discard block
 block discarded – undo
51 52
 
52 53
     /**
53 54
      * Get collection parts
54
-     * @return Generator|SearchMovieResult
55
+     * @return \Generator
55 56
      */
56 57
     public function getParts(): \Generator
57 58
     {
Please login to merge, or discard this patch.