Skip to content

Commit

Permalink
Update Event.php phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ingridbeilova authored and u01jmg3 committed Nov 15, 2023
1 parent ebcf24d commit 81031de
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 81031de

Please sign in to comment.