Skip to content

Commit 5cc76bb

Browse files
author
Jon Doe
committed
ACP2E-203: Issues with admin actions report logging
1 parent c037a49 commit 5cc76bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,9 @@ public function save(CustomerInterface $customer, $passwordHash = null)
299299

300300
/**
301301
* @param CustomerModel $customerModel
302-
* @param array $prevCustomerDataArr
302+
* @param ?array $prevCustomerDataArr
303303
*/
304-
private function populateWithOrigData(CustomerModel $customerModel, array $prevCustomerDataArr)
304+
private function populateWithOrigData(CustomerModel $customerModel, ?array $prevCustomerDataArr)
305305
{
306306
if (!empty($prevCustomerDataArr)) {
307307
foreach ($prevCustomerDataArr as $field => $value) {

0 commit comments

Comments
 (0)