Skip to content

Commit 54d9726

Browse files
author
René Hrdina
committed
feat: properly initialize '' array
1 parent 2f65cc5 commit 54d9726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/API/Value/InformationCollectionStruct.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ final class InformationCollectionStruct extends ValueObject
2323
/**
2424
* @var \Ibexa\Contracts\ContentForms\Data\Content\FieldData[]
2525
*/
26-
protected array $fields;
26+
protected array $fields = [];
2727

2828
private Location $location;
2929

0 commit comments

Comments
 (0)