@@ -31,7 +31,8 @@ |
||
| 31 | 31 | protected readonly bool $isLowerBracketInclusive = true, |
| 32 | 32 | protected readonly bool $isUpperBracketInclusive = false, |
| 33 | 33 | protected readonly bool $isExplicitlyEmpty = false, |
| 34 | - ) {} |
|
| 34 | + ) { |
|
| 35 | +} |
|
| 35 | 36 | |
| 36 | 37 | public function __toString(): string |
| 37 | 38 | { |
@@ -51,7 +51,7 @@ |
||
| 51 | 51 | return (string) $value; |
| 52 | 52 | } |
| 53 | 53 | |
| 54 | - protected static function parseValue(string $value): float|int |
|
| 54 | + protected static function parseValue(string $value): float | int |
|
| 55 | 55 | { |
| 56 | 56 | if (!\is_numeric($value)) { |
| 57 | 57 | throw new \InvalidArgumentException( |
@@ -11,4 +11,6 @@ |
||
| 11 | 11 | * |
| 12 | 12 | * @author Martin Georgiev <[email protected]> |
| 13 | 13 | */ |
| 14 | -final class Int8Range extends BaseIntegerRange {} |
|
| 14 | +final class Int8Range extends BaseIntegerRange |
|
| 15 | +{ |
|
| 16 | +} |
|