Skip to content

Commit 9485fc7

Browse files
rogerdzglo63652
authored andcommitted
update code
1 parent e45edb3 commit 9485fc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/Catalog/Test/Unit/CustomerData/CompareProductsTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
76
declare(strict_types=1);
87

98
namespace Magento\Catalog\Test\Unit\CustomerData;
@@ -23,6 +22,9 @@
2322
use PHPUnit\Framework\MockObject\MockObject;
2423
use PHPUnit\Framework\TestCase;
2524

25+
/**
26+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
27+
*/
2628
class CompareProductsTest extends TestCase
2729
{
2830
/**

0 commit comments

Comments
 (0)