From f19f97328f66a40cb5a7146809df02dfff16f237 Mon Sep 17 00:00:00 2001
From: Olga Kopylova <okopylova@ebay.com>
Date: Thu, 29 Oct 2015 15:59:09 -0500
Subject: [PATCH] MAGETWO-44736: Contribute Ogres Bugfixes

- suppress warnings in the XML catalog command
---
 .../Developer/Console/Command/XmlCatalogGenerateCommand.php     | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app/code/Magento/Developer/Console/Command/XmlCatalogGenerateCommand.php b/app/code/Magento/Developer/Console/Command/XmlCatalogGenerateCommand.php
index e889b75b577..689d408926d 100644
--- a/app/code/Magento/Developer/Console/Command/XmlCatalogGenerateCommand.php
+++ b/app/code/Magento/Developer/Console/Command/XmlCatalogGenerateCommand.php
@@ -16,6 +16,8 @@ use Magento\Framework\App\Filesystem\DirectoryList;
 
 /**
  * Class XmlCatalogGenerateCommand Generates dictionary of URNs for the IDE
+ *
+ * @SuppressWarnings(PMD.CouplingBetweenObjects)
  */
 class XmlCatalogGenerateCommand extends Command
 {
-- 
GitLab