Conditions | 2 |
Paths | 2 |
Total Lines | 11 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Tests | 6 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
37 | { |
||
38 | 84 | return $this->original; |
|
39 | } |
||
40 | |||
41 | 136 | public function __toString(): string |
|
42 | { |
||
43 | 136 | return $this->value ?? $this->value = chr($this->original->value()); |
|
1 ignored issue
–
show
|
|||
44 | } |
||
45 | |||
46 | 1 | public static function definitionSet(): Set |
|
47 | { |
||
48 | 1 | return self::$definitionSet ?? self::$definitionSet = Range::inclusive( |
|
54 |