Skip to content

Commit be6bf03

Browse files
MAGETWO-87974: Can't hide product images via hide_from_product_page attribute during import
- Fix static test
1 parent de44fd9 commit be6bf03

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/CatalogImportExport/Model/Import

1 file changed

+2
-2
lines changed

app/code/Magento/CatalogImportExport/Model/Import/Product.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2013,7 +2013,7 @@ public function getProductWebsites($productSku)
20132013

20142014
/**
20152015
* Retrieve product categories.
2016-
*
2016+
*
20172017
* @param string $productSku
20182018
* @return array
20192019
*/
@@ -2024,7 +2024,7 @@ public function getProductCategories($productSku)
20242024

20252025
/**
20262026
* Get store id by code.
2027-
*
2027+
*
20282028
* @param string $storeCode
20292029
* @return array|int|null|string
20302030
*/

0 commit comments

Comments
 (0)