We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f65cc5 commit 54d9726Copy full SHA for 54d9726
lib/API/Value/InformationCollectionStruct.php
@@ -23,7 +23,7 @@ final class InformationCollectionStruct extends ValueObject
23
/**
24
* @var \Ibexa\Contracts\ContentForms\Data\Content\FieldData[]
25
*/
26
- protected array $fields;
+ protected array $fields = [];
27
28
private Location $location;
29
0 commit comments