Skip to content

Commit

Permalink
Fix #124
Browse files Browse the repository at this point in the history
  • Loading branch information
elisei committed May 4, 2022
1 parent 40d7d85 commit 13f9935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Config/Source/VirtualArrayArgumentList.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class VirtualArrayArgumentList implements OptionSourceInterface

private string $argumentName;

private array $options;
private array $options = [];

public function __construct(
ConfigInterface $objectManagerConfig,
Expand Down

0 comments on commit 13f9935

Please sign in to comment.