| Total Complexity | 3 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Coverage | 66.67% |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | final class Shared extends Binding |
||
| 11 | { |
||
| 12 | 1078 | public function __construct( |
|
| 13 | public readonly object $value, |
||
| 14 | public readonly bool $singleton = false, |
||
| 15 | 1078 | ) {} |
|
| 16 | |||
| 17 | public function __toString(): string |
||
| 20 | } |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @return class-string |
||
|
|
|||
| 24 | * @internal |
||
| 25 | */ |
||
| 26 | 911 | public function getReturnClass(): string |
|
| 31 |