fix after change to php 7.4

This commit is contained in:
Dennis Eichhorn 2019-08-17 14:14:51 +02:00
parent c04a1d3719
commit 754390775a

View File

@ -58,7 +58,7 @@ class Promotion
* @var null|\DateTime
* @since 1.0.0
*/
private $createdAt = null;
private ?\DateTime $createdAt = null;
/**
* Created by.
@ -253,7 +253,7 @@ class Promotion
}
/**
* @param int $createdBy Creator
* @param $createdBy Creator
*
* @since 1.0.0
*/