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.
2 parents babb298 + 021e046 commit ddd15eeCopy full SHA for ddd15ee
app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/Type/Configurable/Product/Collection.php
@@ -12,6 +12,7 @@
12
*
13
* @api
14
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
15
+ * @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
16
* @since 100.0.2
17
*/
18
class Collection extends \Magento\Catalog\Model\ResourceModel\Product\Collection
@@ -26,7 +27,7 @@ class Collection extends \Magento\Catalog\Model\ResourceModel\Product\Collection
26
27
/**
28
* @var \Magento\Catalog\Model\Product[]
29
- private $products;
30
+ private $products = [];
31
32
33
* Assign link table name
0 commit comments