File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
app/code/Magento/Catalog/Model/ResourceModel/Product Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1212use Magento \Framework \DB \Select ;
1313use Magento \Framework \App \ResourceConnection ;
1414
15- /**
16- * Class for fast retrieval of all product images
15+ /*
16+ * Class for retrieval of all product images
1717 */
1818class Image
1919{
@@ -76,6 +76,7 @@ public function getAllProductImages(): \Generator
7676
7777 /**
7878 * Get the number of unique pictures of products
79+ *
7980 * @return int
8081 */
8182 public function getCountAllProductImages (): int
@@ -91,6 +92,8 @@ public function getCountAllProductImages(): int
9192 }
9293
9394 /**
95+ * Return Select to fetch all products images
96+ *
9497 * @return Select
9598 */
9699 private function getVisibleImagesSelect (): Select
You can’t perform that action at this time.
0 commit comments