Skip to content

Commit 10c9417

Browse files
author
Stanislav Idolov
committed
MAGETWO-86332: Issues #10559 - Extend swatch using mixins (M2.2) #12929
1 parent 8441fbc commit 10c9417

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/code/Magento/Swatches/Block/Product/Renderer/Listing/Configurable.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
*
2525
* @api
2626
* @since 100.0.2
27+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2728
*/
2829
class Configurable extends \Magento\Swatches\Block\Product\Renderer\Configurable
2930
{

app/code/Magento/Swatches/Test/Unit/Block/Product/Renderer/Listing/ConfigurableTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
/**
1111
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
12+
* @SuppressWarnings(PHPMD.TooManyFields)
1213
*/
1314
class ConfigurableTest extends \PHPUnit\Framework\TestCase
1415
{

0 commit comments

Comments
 (0)