Skip to content

Commit dffeb85

Browse files
committed
MC-5373: Product couldn't be pulled to CMS Page when it was assigned to a specific website
Fix static @inheritdoc failure
1 parent b3806aa commit dffeb85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/PageBuilder/Ui/DataProvider/Product/ProductCollection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class ProductCollection extends \Magento\Catalog\Model\ResourceModel\Product\Col
1616
{
1717
/**
1818
* Prevent usage of catalog index for querying visibility, as it relies on a specific store id.
19-
* {@inheritdoc}
19+
* @inheritdoc
2020
*/
2121
public function setVisibility($visibility)
2222
{
@@ -31,7 +31,7 @@ public function setVisibility($visibility)
3131

3232
/**
3333
* Prevent usage of price index for querying prices, as it relies on a specific store id.
34-
* {@inheritdoc}
34+
* @inheritdoc
3535
*/
3636
protected function _productLimitationJoinPrice()
3737
{

0 commit comments

Comments
 (0)