Passed
Branch master (c6716c)
by Martins
03:37
created
src/Interval.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -29,11 +29,11 @@
 block discarded – undo
29 29
 
30 30
     public function getEnd(): int
31 31
     {
32
-		return $this->high;
33
-	}
32
+        return $this->high;
33
+    }
34 34
 
35 35
     public function getStart(): int
36 36
     {
37
-		return $this->low;
38
-	}
37
+        return $this->low;
38
+    }
39 39
 }
Please login to merge, or discard this patch.