Fix typehints+var type etc.

This commit is contained in:
Dennis Eichhorn 2017-11-11 16:06:15 +01:00
parent 1b80b27ed5
commit 2bc0100f34

View File

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