Skip to content

Commit fa474dd

Browse files
committed
MC-42506: [CLOUD] duplicated product does not retain some store view specific data
- fixed code style
1 parent f0bc113 commit fa474dd

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

app/code/Magento/Catalog/Model/ResourceModel/DuplicatedProductAttributesCopier.php

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,9 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
namespace Magento\Catalog\Model\ResourceModel;
6+
declare(strict_types=1);
77

8-
/**
9-
* DuplicatedProductAttributesCopier
10-
*
11-
* Is used to copy product attributes related to non-global scope
12-
* from source to target product during product duplication
13-
*/
8+
namespace Magento\Catalog\Model\ResourceModel;
149

1510
use Magento\Catalog\Api\Data\ProductInterface;
1611
use Magento\Catalog\Model\Product;
@@ -20,7 +15,10 @@
2015
use Magento\Store\Model\Store;
2116

2217
/**
18+
* DuplicatedProductAttributesCopier
2319
*
20+
* Is used to copy product attributes related to non-global scope
21+
* from source to target product during product duplication
2422
*/
2523
class DuplicatedProductAttributesCopier
2624
{

0 commit comments

Comments
 (0)