File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Customer/Controller/Adminhtml/Index Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ protected function _extractData(
248
248
* @param array $extractedCustomerData
249
249
* @return array
250
250
*/
251
- protected function saveDefaultFlags (array $ addressIdList , array & $ extractedCustomerData )
251
+ protected function saveDefaultFlags (array $ addressIdList , array &$ extractedCustomerData )
252
252
{
253
253
$ result = [];
254
254
$ extractedCustomerData [CustomerInterface::DEFAULT_BILLING ] = null ;
@@ -290,7 +290,7 @@ protected function saveDefaultFlags(array $addressIdList, array & $extractedCust
290
290
* @param array $extractedCustomerData
291
291
* @return array
292
292
*/
293
- protected function _extractCustomerAddressData (array & $ extractedCustomerData )
293
+ protected function _extractCustomerAddressData (array &$ extractedCustomerData )
294
294
{
295
295
$ addresses = $ this ->getRequest ()->getPost ('address ' );
296
296
$ result = [];
You can’t perform that action at this time.
0 commit comments