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 ad5682c commit 16d0bd8Copy full SHA for 16d0bd8
app/code/Magento/Catalog/Ui/DataProvider/Product/Listing/Collector/Image.php
@@ -100,7 +100,9 @@ public function __construct(
100
/**
101
* In order to allow to use image generation using Services, we need to emulate area code and store code
102
*
103
- * @inheritdoc
+ * @param ProductInterface $product
104
+ * @param ProductRenderInterface $productRender
105
+ * @throws \Exception
106
*/
107
public function collect(ProductInterface $product, ProductRenderInterface $productRender)
108
{
0 commit comments