Skip to content

Commit 016a4b9

Browse files
Merge branch 'MAGETWO-87974' into EPAM-PR-8
2 parents 6efec06 + 802532a commit 016a4b9

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ public function getMediaGalleryAttributeId()
949949
}
950950

951951
/**
952-
* Get product by type name.
952+
* Retrieve product type by name.
953953
*
954954
* @param string $name
955955
* @return Product\Type\AbstractType
@@ -1972,7 +1972,7 @@ private function getImagesHiddenStates($rowData)
19721972
}
19731973

19741974
/**
1975-
* Process row categories.
1975+
* Resolve valid category ids from provided row data.
19761976
*
19771977
* @param array $rowData
19781978
* @return array
@@ -2829,7 +2829,7 @@ protected function getProductUrlSuffix($storeId = null)
28292829
}
28302830

28312831
/**
2832-
* Get url key.
2832+
* Retrieve url key from provided row data.
28332833
*
28342834
* @param array $rowData
28352835
* @return string

0 commit comments

Comments
 (0)