Passed
Pull Request — master (#9)
by vincent
02:52
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.