Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit a48bb81

Browse files
jignesh-baldhalewisvoncken
authored andcommitted
Removed unnecessary characters from comments #2
1 parent a0b0b3b commit a48bb81

File tree

1 file changed

+2
-0
lines changed
  • app/code/Magento/CustomerImportExport/Model/Export

1 file changed

+2
-0
lines changed

app/code/Magento/CustomerImportExport/Model/Export/Customer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ class Customer extends \Magento\ImportExport\Model\Export\Entity\AbstractEav
3838
const XML_PATH_PAGE_SIZE = 'export/customer_page_size/customer';
3939

4040
/**
41+
* @var array
42+
*/
4143
protected $_attributeOverrides = [
4244
'created_at' => ['backend_type' => 'datetime'],
4345
'reward_update_notification' => ['source_model' => \Magento\Eav\Model\Entity\Attribute\Source\Boolean::class],

0 commit comments

Comments
 (0)