File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Customer/Model/ResourceModel Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -329,12 +329,12 @@ protected function addFilterGroupToCollection(
329
329
/**
330
330
* Update customer addresses.
331
331
*
332
- * @param \Magento\Customer \Api\Data\CustomerInterface $customer
332
+ * @param \Magento\Framework \Api\CustomAttributesDataInterface $customer
333
333
* @param $customerId
334
334
* @return void
335
335
* @throws \Magento\Framework\Exception\InputException
336
336
*/
337
- private function updateAddresses (\Magento \Customer \Api \Data \ CustomerInterface $ customer , $ customerId )
337
+ private function updateAddresses (\Magento \Framework \Api \CustomAttributesDataInterface $ customer , $ customerId )
338
338
{
339
339
if ($ customer ->getAddresses () !== null ) {
340
340
if ($ customer ->getId ()) {
@@ -367,12 +367,12 @@ private function updateAddresses(\Magento\Customer\Api\Data\CustomerInterface $c
367
367
/**
368
368
* Populate customer model with secure data.
369
369
*
370
- * @param \Magento\Customer \Api\Data\CustomerInterface $customer
370
+ * @param \Magento\Framework \Api\CustomAttributesDataInterface $customer
371
371
* @param $passwordHash
372
372
* @param $customerModel
373
373
*/
374
374
private function populateCustomerModelWithSecureData (
375
- \Magento \Customer \Api \Data \ CustomerInterface $ customer ,
375
+ \Magento \Framework \Api \CustomAttributesDataInterface $ customer ,
376
376
$ passwordHash ,
377
377
$ customerModel
378
378
) {
You can’t perform that action at this time.
0 commit comments