From 5e8352a41d4cb37330dfc7fe3f3c04e54c20f9b3 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 6 May 2016 18:24:44 +0200 Subject: [PATCH] Reformatting and new directory (capitalization) --- Models/Calendar.php | 2 +- Models/Event.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;