We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f9bcb4 + 13f9935 commit db0836fCopy full SHA for db0836f
Model/Config/Source/VirtualArrayArgumentList.php
@@ -23,7 +23,7 @@ final class VirtualArrayArgumentList implements OptionSourceInterface
23
24
private string $argumentName;
25
26
- private array $options;
+ private array $options = [];
27
28
public function __construct(
29
ConfigInterface $objectManagerConfig,
0 commit comments