We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0836f commit 4137b8cCopy full SHA for 4137b8c
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