From dadf2eb2ea5497382f14986edd97da1d9a726eca Mon Sep 17 00:00:00 2001
From: Dmytro Poperechnyy <dpoperechnyy@magento.com>
Date: Fri, 28 Oct 2016 16:38:09 +0300
Subject: [PATCH] MAGETWO-60155: Default Billing Address and Default Shipping
 Address checkboxes on Customer page are saved incorrectly

 - Added coupling suppress;
---
 app/code/Magento/Customer/Controller/Adminhtml/Index/Save.php | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app/code/Magento/Customer/Controller/Adminhtml/Index/Save.php b/app/code/Magento/Customer/Controller/Adminhtml/Index/Save.php
index fd2ceaf0969..bffbc551518 100644
--- a/app/code/Magento/Customer/Controller/Adminhtml/Index/Save.php
+++ b/app/code/Magento/Customer/Controller/Adminhtml/Index/Save.php
@@ -13,6 +13,9 @@ use Magento\Customer\Model\EmailNotificationInterface;
 use Magento\Customer\Model\Metadata\Form;
 use Magento\Framework\Exception\LocalizedException;
 
+/**
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
+ */
 class Save extends \Magento\Customer\Controller\Adminhtml\Index
 {
     /**
-- 
GitLab