inspection fixes

This commit is contained in:
Dennis Eichhorn 2019-02-09 19:42:23 +01:00
parent bc15be0084
commit fbf5834024

View File

@ -27,7 +27,7 @@ class EventTemplate extends Event
/** /**
* Type. * Type.
* *
* @var EventType * @var int
* @since 1.0.0 * @since 1.0.0
*/ */
private $type = EventType::TEMPLATE; private $type = EventType::TEMPLATE;