Skip to content

Commit b994aab

Browse files
committed
ACP2E-1999: fix static errors
1 parent c68ab02 commit b994aab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Theme/Plugin/LocaleEmulator.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ class LocaleEmulator
1616
*/
1717
private $design;
1818

19+
/**
20+
* @param Design $design
21+
*/
1922
public function __construct(Design $design)
2023
{
2124
$this->design = $design;

0 commit comments

Comments
 (0)