Total Complexity | 3 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class Ip6Address extends ValueObjectComplex |
||
13 | { |
||
14 | /** |
||
15 | * @param mixed $value |
||
16 | * @param mixed ...$other |
||
17 | * @throws \ReflectionException |
||
18 | */ |
||
19 | 2 | public function guard($value, ...$other): void |
|
25 | } |
||
26 | 1 | } |
|
27 | |||
28 | /** |
||
29 | * @param string $value |
||
30 | * @return Ip6Address |
||
31 | * @throws \ReflectionException |
||
32 | */ |
||
33 | 2 | public static function createFromString(string $value): self |
|
38 |