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 fd12ab0 commit 1eb77e4Copy full SHA for 1eb77e4
app/code/Magento/Theme/Block/Html/Header.php
@@ -36,7 +36,7 @@ public function __construct(
36
Escaper $escaper = null
37
) {
38
parent::__construct($context, $data);
39
- $this->escaper = $escaper ?: ObjectManager::getInstance()->get(Escaper::class);;
+ $this->escaper = $escaper ?: ObjectManager::getInstance()->get(Escaper::class);
40
}
41
42
/**
0 commit comments