Skip to content
Snippets Groups Projects
Commit be66752b authored by Ivan Gavryshko's avatar Ivan Gavryshko
Browse files

MAGETWO-38994: Eliminate code duplication...

MAGETWO-38994: Eliminate code duplication Magento\Framework\Composer\ComposerInformation and Magento\Setup\Model\ComposerInformation

- suppressed phpmd warning
parent e385f201
No related merge requests found
...@@ -19,6 +19,8 @@ use Magento\Framework\Setup\BackupRollbackFactory; ...@@ -19,6 +19,8 @@ use Magento\Framework\Setup\BackupRollbackFactory;
/** /**
* Command for uninstalling language and backup-code feature * Command for uninstalling language and backup-code feature
*
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*/ */
class UninstallLanguageCommand extends Command class UninstallLanguageCommand extends Command
{ {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment