Skip to content

Commit c28b121

Browse files
committed
MAGETWO-85781: Configurable product Final Price ignores Catalog Rule
- Add suppress coupling;
1 parent 184593e commit c28b121

File tree

1 file changed

+2
-0
lines changed
  • app/code/Magento/CatalogWidget/Model/Rule/Condition

1 file changed

+2
-0
lines changed

app/code/Magento/CatalogWidget/Model/Rule/Condition/Product.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323

2424
/**
2525
* Class Product
26+
*
27+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2628
*/
2729
class Product extends \Magento\Rule\Model\Condition\Product\AbstractProduct
2830
{

0 commit comments

Comments
 (0)