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 *