Skip to content

Commit af8f863

Browse files
author
Vítězslav Dvořák
committed
Update Relation class to allow nullable value property
1 parent f847ecb commit af8f863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AbraFlexi/Relation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Relation
2626
/**
2727
* Item in target evidence.
2828
*/
29-
public array|string $value;
29+
public array|string|null $value;
3030

3131
/**
3232
* Target evidence name.

0 commit comments

Comments
 (0)