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