We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3806aa commit dffeb85Copy full SHA for dffeb85
app/code/Magento/PageBuilder/Ui/DataProvider/Product/ProductCollection.php
@@ -16,7 +16,7 @@ class ProductCollection extends \Magento\Catalog\Model\ResourceModel\Product\Col
16
{
17
/**
18
* Prevent usage of catalog index for querying visibility, as it relies on a specific store id.
19
- * {@inheritdoc}
+ * @inheritdoc
20
*/
21
public function setVisibility($visibility)
22
@@ -31,7 +31,7 @@ public function setVisibility($visibility)
31
32
33
* Prevent usage of price index for querying prices, as it relies on a specific store id.
34
35
36
protected function _productLimitationJoinPrice()
37
0 commit comments