Skip to content

Commit fab32c6

Browse files
committed
Fix PHPCS check for "Short description must start with a capital letter"
1 parent d0c4c64 commit fab32c6

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ public static function getDefaultAddressAttributeMapping()
788788
}
789789

790790
/**
791-
* check if address for import is empty (for customer composite mode)
791+
* Check if address for import is empty (for customer composite mode)
792792
*
793793
* @param array $rowData
794794
* @return array
@@ -947,7 +947,7 @@ protected function _checkRowDuplicate($customerId, $addressId)
947947
}
948948

949949
/**
950-
* set customer attributes
950+
* Set customer attributes
951951
*
952952
* @param array $customerAttributes
953953
* @return $this

0 commit comments

Comments
 (0)