Skip to content

Commit e01c878

Browse files
committed
Merge branch 'MAGETWO-61907' into 2.1.8-develop-pr8
2 parents 35a00b7 + 6cb1593 commit e01c878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Model/ResourceModel/CustomerRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ protected function addFilterGroupToCollection(
323323
* @return void
324324
* @throws \Magento\Framework\Exception\InputException
325325
*/
326-
private function updateAddresses(\Magento\Framework\Api\CustomAttributesDataInterface $customer, int $customerId)
326+
private function updateAddresses(\Magento\Framework\Api\CustomAttributesDataInterface $customer, $customerId)
327327
{
328328
if ($customer->getAddresses() !== null) {
329329
if ($customer->getId()) {

0 commit comments

Comments
 (0)