Skip to content

Commit 8f49deb

Browse files
committed
MAGETWO-63022: [2.2] SCD does not work when multiple languages are specified.
- fix descriptions
1 parent c809aaa commit 8f49deb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/View/Design/Theme/FlyweightFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ public function __construct(ThemeProviderInterface $themeProvider)
5151
* @param string $themeKey Should looks like Magento/backend or should be theme primary key
5252
* @param string $area Can be adminhtml, frontend, etc...
5353
* @return \Magento\Framework\View\Design\ThemeInterface
54-
* @throws \InvalidArgumentException when incorrect themeKey was specified
55-
* @throws \LogicException when theme with appropriate themeKey was not found
54+
* @throws \InvalidArgumentException when incorrect $themeKey was specified
55+
* @throws \LogicException when theme with appropriate $themeKey was not found
5656
*/
5757
public function create($themeKey, $area = \Magento\Framework\View\DesignInterface::DEFAULT_AREA)
5858
{

0 commit comments

Comments
 (0)