Passed
Push — master ( 89f3f2...2d8591 )
by vincent
39s
created
src/Items/TVShow.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -9,6 +9,9 @@
 block discarded – undo
9 9
 class TVShow extends Item implements TVShowInterface
10 10
 {
11 11
 
12
+    /**
13
+     * @param integer $tv_id
14
+     */
12 15
     public function __construct(Tmdb $tmdb, $tv_id, array $options = array())
13 16
     {
14 17
         parent::__construct($tmdb, $tv_id, $options, 'tv');
Please login to merge, or discard this patch.