Skip to content

Commit 47e42a9

Browse files
authored
ENGCOM-3448: bug-fix #16074 - Fix theme change in middle of product page. #19124
- Fixed docblock
1 parent fd26b94 commit 47e42a9

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
* Collect enough information about image rendering on front
2424
* If you want to add new image, that should render on front you need
2525
* to configure this class in di.xml
26-
*
2726
*/
2827
class Image implements ProductRenderCollectorInterface
2928
{
@@ -128,6 +127,8 @@ public function collect(ProductInterface $product, ProductRenderInterface $produ
128127
}
129128

130129
/**
130+
* Emulate image creation
131+
*
131132
* Callback in which we emulate initialize default design theme, depends on current store, be settings store id
132133
* from render info
133134
*

0 commit comments

Comments
 (0)