diff --git a/Models/TicketAttributeValue.php b/Models/TicketAttributeValue.php index 8b4af32..c25865e 100755 --- a/Models/TicketAttributeValue.php +++ b/Models/TicketAttributeValue.php @@ -112,7 +112,7 @@ class TicketAttributeValue implements \JsonSerializable * Set value * * @param null|int|string|float $value Value - * @param int $datatype Datatype + * @param int $datatype Datatype * * @return void *