From 822b07259499160e9b3e445e579050e8f14e5fd6 Mon Sep 17 00:00:00 2001
From: Maddy Chellathurai <mchellathura@ebay.com>
Date: Thu, 7 May 2015 15:48:04 -0500
Subject: [PATCH] MAGETWO-36920: Use dashes instead of underscores in option
 names

- fixing phpmd error
---
 setup/src/Magento/Setup/Console/Command/InstallCommand.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup/src/Magento/Setup/Console/Command/InstallCommand.php b/setup/src/Magento/Setup/Console/Command/InstallCommand.php
index 0f32e2b4562..d4dbcc4e44a 100644
--- a/setup/src/Magento/Setup/Console/Command/InstallCommand.php
+++ b/setup/src/Magento/Setup/Console/Command/InstallCommand.php
@@ -14,6 +14,7 @@ use Magento\Setup\Model\ConfigModel;
 
 /**
  * Command to install Magento application
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
  */
 class InstallCommand extends AbstractSetupCommand
 {
-- 
GitLab