Skip to content

Commit

Permalink
#12259: Save and Duplicated product not working
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bystritsky committed Dec 11, 2017
1 parent ac4dd33 commit 137117a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/code/Magento/Catalog/Model/Product/Copier.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

use Magento\Catalog\Api\Data\ProductInterface;

/**
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*/
class Copier
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

namespace Magento\Catalog\Model\Product;


use Magento\Catalog\Model\ProductRepository;

class CopierTest extends \PHPUnit\Framework\TestCase
Expand Down

0 comments on commit 137117a

Please sign in to comment.