Reformatting and new directory (capitalization)

This commit is contained in:
Dennis Eichhorn 2016-05-06 18:24:44 +02:00
parent 9b4ff04bfc
commit 5e8352a41d
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ class Calendar
/** /**
* Current date of the calendar. * Current date of the calendar.
* *
* @var \DateTime * @var SmartDateTime
* @since 1.0.0 * @since 1.0.0
*/ */
private $date = null; private $date = null;

View File

@ -104,7 +104,7 @@ class Event
/** /**
* Location of the event. * Location of the event.
* *
* @var array * @var Location
* @since 1.0.0 * @since 1.0.0
*/ */
private $location = null; private $location = null;