Skip to content

Commit 4c41eeb

Browse files
committed
Merge remote-tracking branch '38163/patch-1' into bt_comm_pr_247beta3
2 parents 7cef25f + 22a3956 commit 4c41eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Store/Model/Config/Cache/Tag/Strategy/CompositeTagGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class CompositeTagGenerator implements TagGeneratorInterface
2323
* @param TagGeneratorInterface[] $tagGenerators
2424
*/
2525
public function __construct(
26-
array $tagGenerators
26+
array $tagGenerators = []
2727
) {
2828
$this->tagGenerators = $tagGenerators;
2929
}

0 commit comments

Comments
 (0)