Skip to content

Commit 7d51276

Browse files
Stanislav Idolovrostyslav-hymon
authored andcommitted
MAGETWO-86332: Issues #10559 - Extend swatch using mixins (M2.2) #12929
(cherry picked from commit 10c9417)
1 parent 3b27605 commit 7d51276

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
@@ -12,6 +12,7 @@
1212
*
1313
* @api
1414
* @since 100.0.2
15+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1516
*/
1617
class Configurable extends \Magento\Swatches\Block\Product\Renderer\Configurable
1718
{

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)