@@ -1,4 +1,4 @@ discard block |
||
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 |
||
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 | } |
@@ -53,7 +53,8 @@ |
||
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 | } |