We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e45edb3 commit 9485fc7Copy full SHA for 9485fc7
app/code/Magento/Catalog/Test/Unit/CustomerData/CompareProductsTest.php
@@ -3,7 +3,6 @@
3
* Copyright © Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
-
7
declare(strict_types=1);
8
9
namespace Magento\Catalog\Test\Unit\CustomerData;
@@ -23,6 +22,9 @@
23
22
use PHPUnit\Framework\MockObject\MockObject;
24
use PHPUnit\Framework\TestCase;
25
+/**
26
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
27
+ */
28
class CompareProductsTest extends TestCase
29
{
30
/**
0 commit comments