Skip to content

Commit f90d12c

Browse files
author
nsyvokonenko
committed
MAGETWO-38138: Stabilize story
1 parent d9bd17f commit f90d12c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/code/Magento/CustomerImportExport/Model/Import/Address.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,8 @@ protected function _prepareDataForUpdate(array $rowData)
539539
'entity_row_new' => $entityRowNew,
540540
'entity_row_update' => $entityRowUpdate,
541541
'attributes' => $attributes,
542-
'defaults' => $defaults];
542+
'defaults' => $defaults
543+
];
543544
}
544545

545546
/**

app/code/Magento/ImportExport/Model/Export.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* Export model
1313
*
1414
* @author Magento Core Team <core@magentocommerce.com>
15+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1516
*/
1617
class Export extends \Magento\ImportExport\Model\AbstractModel
1718
{

0 commit comments

Comments
 (0)