| 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 |
||
| 14 | 475 | public function __construct( |
|
| 15 | private ?string $name = null, |
||
| 16 | private mixed $value = null, |
||
| 17 | private ?string $label = null, |
||
| 18 | private ?string $hint = null, |
||
| 19 | private ?string $placeholder = null, |
||
| 20 | private ?string $id = null, |
||
| 21 | private ?array $validationErrors = null, |
||
| 22 | ) { |
||
| 23 | 475 | } |
|
| 70 |