We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd0ed6 commit 21c576aCopy full SHA for 21c576a
app/code/Magento/CatalogImportExport/Model/Import/Product.php
@@ -1192,8 +1192,10 @@ protected function _initTypeModels()
1192
if ($model->isSuitable()) {
1193
$this->_productTypeModels[$productTypeName] = $model;
1194
}
1195
+ // phpcs:disable Magento2.Performance.ForeachArrayMerge.ForeachArrayMerge
1196
$this->_fieldsMap = array_merge($this->_fieldsMap, $model->getCustomFieldsMapping());
1197
$this->_specialAttributes = array_merge($this->_specialAttributes, $model->getParticularAttributes());
1198
+ // phpcs:enable
1199
1200
$this->_initErrorTemplates();
1201
// remove doubles
0 commit comments