Skip to content

Commit

Permalink
Merge pull request #125 from elisei/Issue124
Browse files Browse the repository at this point in the history
Issue124
  • Loading branch information
thomas-kl1 authored May 4, 2022
2 parents 5f9bcb4 + 13f9935 commit db0836f
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 db0836f

Please sign in to comment.