Skip to content

Commit 8b57109

Browse files
committed
Fixed static tests failures
1 parent 6a7d8d4 commit 8b57109

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

app/code/Magento/Bundle/Model/Plugin/PriceBackend.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
class PriceBackend
1515
{
1616
/**
17+
* Around validate
18+
*
1719
* @param \Magento\Catalog\Model\Product\Attribute\Backend\Price $subject
1820
* @param \Closure $proceed
1921
* @param \Magento\Catalog\Model\Product|\Magento\Framework\DataObject $object

app/code/Magento/ConfigurableProduct/Model/Plugin/PriceBackend.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
class PriceBackend
1717
{
1818
/**
19+
* Around validate
20+
*
1921
* @param \Magento\Catalog\Model\Product\Attribute\Backend\Price $subject
2022
* @param \Closure $proceed
2123
* @param \Magento\Catalog\Model\Product|\Magento\Framework\DataObject $object

app/code/Magento/Widget/Model/ResourceModel/Layout/Plugin.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ public function __construct(Update $update)
2424
}
2525

2626
/**
27+
* Around update
28+
*
2729
* @param \Magento\Framework\View\Model\Layout\Merge $subject
2830
* @param callable $proceed
2931
* @param string $handle

0 commit comments

Comments
 (0)