fix after change to php 7.4

This commit is contained in:
Dennis Eichhorn 2019-08-17 14:14:51 +02:00
parent 0a6227194e
commit ce9d9eba95

View File

@ -34,7 +34,7 @@ class DrawImage implements ArrayableInterface, \JsonSerializable
* @var int
* @since 1.0.0
*/
private $id = 0;
private int $id = 0;
/**
* Media object.