@@ -29,11 +29,11 @@ |
||
| 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 | } |