We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a75f762 + 4137b8c commit b9c5f58Copy full SHA for b9c5f58
Model/Config/Source/EraseComponents.php
@@ -30,7 +30,7 @@ final class EraseComponents implements OptionSourceInterface
30
/**
31
* @var string[][]
32
*/
33
- private array $options;
+ private array $options = [];
34
35
public function __construct(
36
ConfigInterface $objectManagerConfig,
0 commit comments