diff --git a/Models/EventAttributeValue.php b/Models/EventAttributeValue.php index 89e58b9..dd3f2ab 100755 --- a/Models/EventAttributeValue.php +++ b/Models/EventAttributeValue.php @@ -111,7 +111,7 @@ class EventAttributeValue implements \JsonSerializable /** * Set value * - * @param int|string|float $value Value + * @param null|int|string|float $value Value * * @return void *