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 7d32216 commit d32b641Copy full SHA for d32b641
app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/Type/Configurable/Product/Collection.php
@@ -41,6 +41,7 @@ protected function _construct()
41
42
/**
43
* Init select
44
+ *
45
* @return $this|\Magento\ConfigurableProduct\Model\ResourceModel\Product\Type\Configurable\Product\Collection
46
*/
47
protected function _initSelect()
@@ -88,8 +89,7 @@ protected function _renderFilters()
88
89
}
90
91
- * Retrieve is flat enabled flag
92
- * Return always false if magento run admin
+ * Retrieve is flat enabled flag. Return always false if magento run admin
93
*
94
* @return bool
95
0 commit comments