Passed
Push — master ( ddfb88...ea9ad4 )
by vincent
41s
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.