fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-25 15:14:06 +00:00
parent 61c307c058
commit 804b584de2

View File

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