fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-25 15:14:05 +00:00
parent bf9fd59196
commit 9e3803698e

View File

@ -111,7 +111,7 @@ class PromotionAttributeValue implements \JsonSerializable
/** /**
* Set value * Set value
* *
* @param int|string|float $value Value * @param null|int|string|float $value Value
* *
* @return void * @return void
* *