Skip to content

Commit dadf2eb

Browse files
committed
MAGETWO-60155: Default Billing Address and Default Shipping Address checkboxes on Customer page are saved incorrectly
- Added coupling suppress;
1 parent 21f777c commit dadf2eb

File tree

1 file changed

+3
-0
lines changed
  • app/code/Magento/Customer/Controller/Adminhtml/Index

1 file changed

+3
-0
lines changed

app/code/Magento/Customer/Controller/Adminhtml/Index/Save.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
use Magento\Customer\Model\Metadata\Form;
1414
use Magento\Framework\Exception\LocalizedException;
1515

16+
/**
17+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
18+
*/
1619
class Save extends \Magento\Customer\Controller\Adminhtml\Index
1720
{
1821
/**

0 commit comments

Comments
 (0)