Passed
Push — master ( 7ac3f4...67aa47 )
by vincent
34s
created
src/Item.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 
9 9
 class Item
10 10
 {
11
-    private $tmdb          = null;
11
+    private $tmdb = null;
12 12
 
13 13
     /**
14 14
      * Constructor
Please login to merge, or discard this patch.
src/Items/Item.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
             $this->tmdb = $tmdb;
29 29
             $this->conf = $this->tmdb->getConfiguration();
30 30
             $params     = $this->tmdb->checkOptions($options);
31
-            $this->data = $this->tmdb->sendRequest(new CurlRequest(), $item_name . '/'.(int) $item_id, null, $params);
31
+            $this->data = $this->tmdb->sendRequest(new CurlRequest(), $item_name . '/' . (int) $item_id, null, $params);
32 32
         }
33 33
         catch (\Exception $ex)
34 34
         {
Please login to merge, or discard this patch.