Passed
Branch release/1.5.0 (0ec91b)
by vincent
02:45
created
src/Traits/Results/ShowTrait.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -10,10 +10,10 @@
 block discarded – undo
10 10
     protected $original_title;
11 11
     protected $title;
12 12
 
13
-     /**
14
-     * Get show ID
15
-     * @return int
16
-     */
13
+        /**
14
+         * Get show ID
15
+         * @return int
16
+         */
17 17
     public function getId()
18 18
     {
19 19
         return (int) $this->id;
Please login to merge, or discard this patch.
src/Abstracts/Item.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use vfalies\tmdb\Tmdb;
6 6
 use vfalies\tmdb\lib\Guzzle\Client as HttpClient;
7 7
 use vfalies\tmdb\Exceptions\TmdbException;
8
-use vfalies\tmdb\Traits\ElementTrait;
9 8
 
10 9
 abstract class Item
11 10
 {
Please login to merge, or discard this patch.