Skip to content

Commit db0836f

Browse files
authored
Merge pull request #125 from elisei/Issue124
Issue124
2 parents 5f9bcb4 + 13f9935 commit db0836f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/Config/Source/VirtualArrayArgumentList.php

+1-1
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)