Skip to content

Commit 13f9935

Browse files
committed
Fix #124
1 parent 40d7d85 commit 13f9935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/Config/Source/VirtualArrayArgumentList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ final class VirtualArrayArgumentList implements OptionSourceInterface
2323

2424
private string $argumentName;
2525

26-
private array $options;
26+
private array $options = [];
2727

2828
public function __construct(
2929
ConfigInterface $objectManagerConfig,

0 commit comments

Comments
 (0)