Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 0 |
Lines | 0 |
Ratio | 0 % |
Tests | 1 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
41 | 266 | private function __construct( |
|
42 | public readonly bool $succeeded, |
||
43 | public mixed $value = null, |
||
44 | public readonly ?string $error = null, |
||
45 | public readonly ?int $code = null, |
||
46 | public readonly ?Throwable $exception = null, |
||
47 | public readonly ?string $json = null, |
||
48 | ) { |
||
49 | 266 | } |
|
51 |