From be66752b68dece2d15599d6ea3cd8b6875f80195 Mon Sep 17 00:00:00 2001 From: Ivan Gavryshko <igavryshko@ebay.com> Date: Tue, 23 Jun 2015 10:01:09 -0500 Subject: [PATCH] MAGETWO-38994: Eliminate code duplication Magento\Framework\Composer\ComposerInformation and Magento\Setup\Model\ComposerInformation - suppressed phpmd warning --- .../Translation/Console/Command/UninstallLanguageCommand.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/code/Magento/Translation/Console/Command/UninstallLanguageCommand.php b/app/code/Magento/Translation/Console/Command/UninstallLanguageCommand.php index cd43fa1c36b..a8c360f6444 100644 --- a/app/code/Magento/Translation/Console/Command/UninstallLanguageCommand.php +++ b/app/code/Magento/Translation/Console/Command/UninstallLanguageCommand.php @@ -19,6 +19,8 @@ use Magento\Framework\Setup\BackupRollbackFactory; /** * Command for uninstalling language and backup-code feature + * + * @SuppressWarnings(PHPMD.CouplingBetweenObjects) */ class UninstallLanguageCommand extends Command { -- GitLab