Skip to content

Commit a6923e4

Browse files
vpodorozhOleksii Gorbulin
authored and
Oleksii Gorbulin
committed
magento#17833:  Child theme does not inherit translations from parent theme - fix code style
1 parent 03bf5a9 commit a6923e4

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
@@ -408,7 +408,7 @@ private function getParentThemesList(): array
408408
$themes = [];
409409

410410
$parentTheme = $this->_viewDesign->getDesignTheme()->getParentTheme();
411-
while($parentTheme) {
411+
while ($parentTheme) {
412412
$themes[] = $parentTheme;
413413
$parentTheme = $parentTheme->getParentTheme();
414414
}

0 commit comments

Comments
 (0)