Skip to content

Commit bb946c4

Browse files
committed
magento-engcom/import-export-improvements#135: update storage class from phpcs tests
1 parent 2d45eb3 commit bb946c4

File tree

1 file changed

+5
-0
lines changed
  • app/code/Magento/CustomerImportExport/Model/ResourceModel/Import/Customer

1 file changed

+5
-0
lines changed

app/code/Magento/CustomerImportExport/Model/ResourceModel/Import/Customer/Storage.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
use Magento\ImportExport\Model\ResourceModel\CollectionByPagesIteratorFactory;
1414
use Magento\ImportExport\Model\ResourceModel\CollectionByPagesIterator;
1515

16+
/**
17+
* Storage to check existing customers.
18+
*/
1619
class Storage
1720
{
1821
/**
@@ -117,6 +120,8 @@ private function loadCustomersData(array $customerIdentifiers)
117120
}
118121

119122
/**
123+
* Add a customer by an array
124+
*
120125
* @param array $customer
121126
* @return $this
122127
*/

0 commit comments

Comments
 (0)