Skip to content

Commit 6a35e24

Browse files
committed
magento#17833:  Child theme does not inherit translations from parent theme
- fix code style
1 parent 388fb45 commit 6a35e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Translate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ private function getParentThemesList(): array
420420
$themes = [];
421421

422422
$parentTheme = $this->_viewDesign->getDesignTheme()->getParentTheme();
423-
while($parentTheme) {
423+
while ($parentTheme) {
424424
$themes[] = $parentTheme;
425425
$parentTheme = $parentTheme->getParentTheme();
426426
}

0 commit comments

Comments
 (0)