Skip to content

Commit

Permalink
Add docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
LucWollants committed Nov 15, 2024
1 parent eee14f8 commit 6e970a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Calendar/Calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ final class Calendar implements CalendarInterface, JsonLdSerializableInterface,

private ?DateTimeInterface $endDate;

/** @var SubEvent[] */
private array $subEvents ;

/** @var OpeningHour[] */
private array $openingHours ;

private Status $status;
Expand Down

0 comments on commit 6e970a3

Please sign in to comment.