fixes for tests

This commit is contained in:
Dennis Eichhorn 2019-11-14 17:44:46 +01:00
parent 0b3ad212c6
commit 73ffc3c3fd

View File

@ -62,10 +62,10 @@ class Tag implements ArrayableInterface, \JsonSerializable
/**
* Tag type.
*
* @var string
* @var int
* @since 1.0.0
*/
private string $type = TagType::SINGLE;
private int $type = TagType::SINGLE;
/**
* Get created by