From 6ead05eef7591c496988ed7b2d8f5316c4cdfbf7 Mon Sep 17 00:00:00 2001
From: Dmytro Poperechnyy <dpoperechnyy@ebay.com>
Date: Fri, 16 Jan 2015 12:55:46 +0200
Subject: [PATCH] MAGETWO-32567: Refactor address, review, ajax directories

- Added SuppressWarning;
---
 app/code/Magento/Customer/Controller/Address/Index.php | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app/code/Magento/Customer/Controller/Address/Index.php b/app/code/Magento/Customer/Controller/Address/Index.php
index d08b5fa8861..82efdc7cb4c 100644
--- a/app/code/Magento/Customer/Controller/Address/Index.php
+++ b/app/code/Magento/Customer/Controller/Address/Index.php
@@ -8,6 +8,9 @@ namespace Magento\Customer\Controller\Address;
 
 use Magento\Customer\Api\CustomerRepositoryInterface;
 
+/**
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
+ */
 class Index extends \Magento\Customer\Controller\Address
 {
     /**
-- 
GitLab