Skip to content

Commit 06265eb

Browse files
committed
removed optional typing
1 parent ea7ff7f commit 06265eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entities/PropertyItems/RichDate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class RichDate extends Entity
1515
/**
1616
* @var string
1717
*/
18-
protected ?DateTime $start = null;
18+
protected DateTime $start;
1919
protected ?DateTime $end = null;
2020

2121

0 commit comments

Comments
 (0)