| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 0 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 1 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | 2 | public function __construct( |
|
| 13 | public readonly null | string $details, |
||
| 14 | public readonly string $id, |
||
| 15 | public readonly int | null $numberAvailable, |
||
| 16 | public readonly null | string $title, |
||
| 17 | public readonly int | null $usageAllowance, |
||
| 18 | public readonly null | string $usageType, |
||
| 19 | public readonly int | null $useRestrictedForDays, |
||
| 20 | ) { |
||
| 21 | 2 | } |
|
| 23 |