Skip to content

Commit

Permalink
Merge pull request #328 from ingridbeilova/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
u01jmg3 authored Nov 15, 2023
2 parents ebcf24d + 81031de commit a06965c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ICal/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Event
/**
* https://www.kanzaki.com/docs/ical/duration.html
*
* @var string
* @var string|null
*/
public $duration;

Expand Down Expand Up @@ -81,14 +81,14 @@ class Event
/**
* https://www.kanzaki.com/docs/ical/description.html
*
* @var string
* @var string|null
*/
public $description;

/**
* https://www.kanzaki.com/docs/ical/location.html
*
* @var string
* @var string|null
*/
public $location;

Expand Down

0 comments on commit a06965c

Please sign in to comment.