From 73ffc3c3fd416d03cb9a6ad584c41e6b7cc3b64a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 14 Nov 2019 17:44:46 +0100 Subject: [PATCH] fixes for tests --- Models/Tag.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Models/Tag.php b/Models/Tag.php index 305f3e9..b684f3f 100644 --- a/Models/Tag.php +++ b/Models/Tag.php @@ -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