@@ -8,7 +8,7 @@ |
||
8 | 8 | |
9 | 9 | class Item |
10 | 10 | { |
11 | - private $tmdb = null; |
|
11 | + private $tmdb = null; |
|
12 | 12 | |
13 | 13 | /** |
14 | 14 | * Constructor |
@@ -24,7 +24,7 @@ |
||
24 | 24 | $properties = get_object_vars($this); |
25 | 25 | foreach (array_keys($properties) as $property) |
26 | 26 | { |
27 | - if ( ! in_array($property, $this->property_blacklist) && !property_exists($result, $property)) |
|
27 | + if (!in_array($property, $this->property_blacklist) && !property_exists($result, $property)) |
|
28 | 28 | { |
29 | 29 | throw new \Exception('Incorrect input for ' . __CLASS__ . ' object. Property "' . $property . '" not found'); |
30 | 30 | } |