Skip to content

Commit 66798b6

Browse files
Update Image.php
Fix doc block
1 parent 16d0bd8 commit 66798b6

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,7 @@ 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-
* @param ProductInterface $product
104-
* @param ProductRenderInterface $productRender
105-
* @throws \Exception
103+
* @inheritdoc
106104
*/
107105
public function collect(ProductInterface $product, ProductRenderInterface $productRender)
108106
{

0 commit comments

Comments
 (0)