Skip to content

Commit

Permalink
Merge pull request #126 from elisei/Issue124b
Browse files Browse the repository at this point in the history
Fix #124
  • Loading branch information
thomas-kl1 authored May 16, 2022
2 parents a75f762 + 4137b8c commit b9c5f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Config/Source/EraseComponents.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ final class EraseComponents implements OptionSourceInterface
/**
* @var string[][]
*/
private array $options;
private array $options = [];

public function __construct(
ConfigInterface $objectManagerConfig,
Expand Down

0 comments on commit b9c5f58

Please sign in to comment.