fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-25 15:14:05 +00:00
parent 76dcc9d903
commit 3dbd9c2615

View File

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