From 804b584de275afeef08dfd22c90e31dc40eecd79 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 25 Sep 2023 15:14:06 +0000 Subject: [PATCH] fix tests --- Models/TaskAttributeValue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/TaskAttributeValue.php b/Models/TaskAttributeValue.php index 394450a..db1cd97 100755 --- a/Models/TaskAttributeValue.php +++ b/Models/TaskAttributeValue.php @@ -148,7 +148,7 @@ class TaskAttributeValue implements \JsonSerializable /** * Set value * - * @param int|string|float $value Value + * @param null|int|string|float $value Value * * @return void *