Skip to content

Commit 066bcde

Browse files
committed
ACP2E-649: Invalid data is exported when we apply created at filter for customer export
1 parent 8b6d648 commit 066bcde

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app/code/Magento/ImportExport/Api/Data/ExtendedExportInfoInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function getSkipAttr();
2525
* Set skipped attributes
2626
*
2727
* @param string $skipAttr
28-
* @return void
28+
* @return mixed
2929
*/
3030
public function setSkipAttr($skipAttr);
3131
}

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,10 @@ public function getSkipAttr()
138138
}
139139

140140
/**
141-
* @inheritdoc
141+
* Set skipped attributes
142+
*
143+
* @param string $skipAttr
144+
* @return void
142145
*/
143146
public function setSkipAttr($skipAttr)
144147
{

0 commit comments

Comments
 (0)