Completed
Pull Request — master (#30)
by vincent
03:53
created
src/VfacTmdb/Abstracts/Items/PeopleItemCredit.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
 
53 53
             $this->tmdb->checkOptionLanguage($options, $this->params);
54 54
 
55
-            $this->data   = $this->tmdb->getRequest('person/' . $item_id . '/' . $item_type . '_credits', $this->params);
55
+            $this->data = $this->tmdb->getRequest('person/' . $item_id . '/' . $item_type . '_credits', $this->params);
56 56
         } catch (TmdbException $ex) {
57 57
             throw $ex;
58 58
         }
Please login to merge, or discard this patch.