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 d301755 commit cfc1dafCopy full SHA for cfc1daf
app/code/Magento/CatalogImportExport/Model/Import/Product.php
@@ -2002,8 +2002,8 @@ private function saveProductMediaGalleryPhase(
2002
private function saveProductAttributesPhase(
2003
array $rowData,
2004
int $rowScope,
2005
- &$previousType,
2006
- &$prevAttributeSet,
+ &$previousType,
+ &$prevAttributeSet,
2007
array &$attributes
2008
) : void {
2009
$rowSku = $rowData[self::COL_SKU];
0 commit comments