Skip to content

Commit 16d0bd8

Browse files
committed
[BUGFIX] add description
1 parent ad5682c commit 16d0bd8

File tree

1 file changed

+3
-1
lines changed
  • app/code/Magento/Catalog/Ui/DataProvider/Product/Listing/Collector

1 file changed

+3
-1
lines changed

app/code/Magento/Catalog/Ui/DataProvider/Product/Listing/Collector/Image.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ public function __construct(
100100
/**
101101
* In order to allow to use image generation using Services, we need to emulate area code and store code
102102
*
103-
* @inheritdoc
103+
* @param ProductInterface $product
104+
* @param ProductRenderInterface $productRender
105+
* @throws \Exception
104106
*/
105107
public function collect(ProductInterface $product, ProductRenderInterface $productRender)
106108
{

0 commit comments

Comments
 (0)