| Total Complexity | 3 | 
| Total Lines | 23 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 1 | 
| 1 | <?php | ||
| 11 | class IntegerRange extends CanonicalRange | ||
| 12 | { | ||
| 13 | /** | ||
| 14 | * @param string $boundary | ||
| 15 | * @return string | ||
| 16 | */ | ||
| 17 | protected function addToDiscreteBoundary(string $boundary): string | ||
| 20 | } | ||
| 21 | |||
| 22 | /** | ||
| 23 | * @param string $boundary | ||
| 24 | * @return int | ||
| 25 | */ | ||
| 26 | protected function transformBoundary(string $boundary): int | ||
| 29 | } | ||
| 30 | |||
| 31 | public function forSql(): string | ||
| 36 |