Completed
Branch account (35ca3e)
by vincent
02:39
created
src/VfacTmdb/Abstracts/Items/PeopleItemCredit.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /**
3 3
  * This file is part of the Tmdb package.
4 4
  *
@@ -52,7 +52,7 @@  discard block
 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.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,8 @@
 block discarded – undo
53 53
             $this->tmdb->checkOptionLanguage($options, $this->params);
54 54
 
55 55
             $this->data   = $this->tmdb->getRequest('person/' . $item_id . '/' . $item_type . '_credits', $this->params);
56
-        } catch (TmdbException $ex) {
56
+        }
57
+        catch (TmdbException $ex) {
57 58
             throw $ex;
58 59
         }
59 60
     }
Please login to merge, or discard this patch.