Passed
Push — master ( 585494...856ecb )
by vincent
03:23 queued 12s
created
src/VfacTmdb/Items/TVSeasonCredit.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
     {
67 67
         $this->tmdb    = $tmdb;
68 68
         $this->logger  = $tmdb->getLogger();
69
-        $this->data    = $this->tmdb->getRequest('tv/' . $tv_id . '/season/'.$season_number.'/credits');
69
+        $this->data    = $this->tmdb->getRequest('tv/' . $tv_id . '/season/' . $season_number . '/credits');
70 70
         $this->options = $options;
71 71
     }
72 72
 
Please login to merge, or discard this patch.
src/VfacTmdb/Items/TVEpisodeCredit.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
     {
67 67
         $this->tmdb    = $tmdb;
68 68
         $this->logger  = $tmdb->getLogger();
69
-        $this->data    = $this->tmdb->getRequest('tv/' . $tv_id . '/season/'.$season_number.'/episode/'.$episode_number.'/credits');
69
+        $this->data    = $this->tmdb->getRequest('tv/' . $tv_id . '/season/' . $season_number . '/episode/' . $episode_number . '/credits');
70 70
         $this->options = $options;
71 71
     }
72 72
 
Please login to merge, or discard this patch.