| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 0 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | public function __construct( |
||
| 14 | public readonly string $name, |
||
| 15 | public readonly Category $category, |
||
| 16 | #[Relationship(Tag::class)] |
||
| 17 | public readonly array $tags, |
||
| 18 | public readonly Status $status, |
||
| 19 | #[Format('Y-m-d H:i:s')] |
||
| 20 | public readonly DateTimeImmutable $createdAt = new DateTimeImmutable('2020-01-01 12:00:00'), |
||
| 21 | ) { |
||
| 22 | } |
||
| 24 |