diff --git a/Models/Calendar.php b/Models/Calendar.php index a1b5289..506dc5e 100644 --- a/Models/Calendar.php +++ b/Models/Calendar.php @@ -74,7 +74,7 @@ class Calendar /** * Current date of the calendar. * - * @var \DateTime + * @var SmartDateTime * @since 1.0.0 */ private $date = null; diff --git a/Models/Event.php b/Models/Event.php index 148a8ed..2a014cc 100644 --- a/Models/Event.php +++ b/Models/Event.php @@ -104,7 +104,7 @@ class Event /** * Location of the event. * - * @var array + * @var Location * @since 1.0.0 */ private $location = null;