Skip to content

Commit 9bb7a03

Browse files
author
Sergii Kovalenko
committed
MAGETWO-64716: Product name ignores HTML tags and displays plain text
1 parent fe7b366 commit 9bb7a03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Catalog/Setup/UpgradeData.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ public function __construct(CategorySetupFactory $categorySetupFactory, EavSetup
4949
/**
5050
* {@inheritdoc}
5151
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
52+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
53+
* @SuppressWarnings(PHPMD.NPathComplexity)
5254
*/
5355
public function upgrade(ModuleDataSetupInterface $setup, ModuleContextInterface $context)
5456
{

0 commit comments

Comments
 (0)