File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
app/code/Magento/CatalogImportExport/Model/Export Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -123,14 +123,14 @@ class Product extends \Magento\ImportExport\Model\Export\Entity\AbstractEntity
123
123
protected $ _storeIdToCode = [];
124
124
125
125
/**
126
- * Website ID-to-code.
126
+ * Array of Website ID-to-code.
127
127
*
128
128
* @var array
129
129
*/
130
130
protected $ _websiteIdToCode = [];
131
131
132
132
/**
133
- * Attribute types
133
+ * Attributes type
134
134
*
135
135
* @var array
136
136
*/
@@ -289,7 +289,7 @@ class Product extends \Magento\ImportExport\Model\Export\Entity\AbstractEntity
289
289
*
290
290
* @var array
291
291
*/
292
- protected $ imageLabelAttributes = [
292
+ private $ imageLabelAttributes = [
293
293
'base_image_label ' ,
294
294
'small_image_label ' ,
295
295
'thumbnail_image_label ' ,
@@ -358,7 +358,7 @@ class Product extends \Magento\ImportExport\Model\Export\Entity\AbstractEntity
358
358
protected $ metadataPool ;
359
359
360
360
/**
361
- * Product entity link field
361
+ * Link field of Product entity
362
362
*
363
363
* @var string
364
364
*/
@@ -1386,8 +1386,9 @@ private function appendMultirowData(&$dataRow, $multiRawData)
1386
1386
/**
1387
1387
* Add image column if image label exists for all scope
1388
1388
*
1389
- * @param $dataRow
1390
- * @param $rawData
1389
+ * @param array $dataRow
1390
+ * @param array $rawData
1391
+ * @return void
1391
1392
*/
1392
1393
private function updateGalleryImageData (&$ dataRow , $ rawData )
1393
1394
{
You can’t perform that action at this time.
0 commit comments