Skip to content

Commit 300465c

Browse files
author
Oleksandr Karpenko
committed
MAGETWO-43188: Unable to rename theme by editing theme.xml file
1 parent 73e46c1 commit 300465c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Theme/Model/Theme/Plugin/Registration.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
use Magento\Theme\Model\ResourceModel\Theme\Collection as ThemeLoader;
1616
use Magento\Framework\Config\Theme;
1717

18+
/**
19+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
20+
*/
1821
class Registration
1922
{
2023
/** @var ThemeRegistration */

0 commit comments

Comments
 (0)