From 54dd81a49f5ba96bff7ca1aacbb721c00c6c134e Mon Sep 17 00:00:00 2001
From: Andrii Voskoboinikov <avoskoboinikov@magento.com>
Date: Thu, 14 Dec 2017 11:01:15 +0200
Subject: [PATCH] MAGETWO-83365: Stabilize Frontend Pool for multi thread run

---
 .../Magento/Setup/Console/Command/GenerateFixturesCommand.php    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup/src/Magento/Setup/Console/Command/GenerateFixturesCommand.php b/setup/src/Magento/Setup/Console/Command/GenerateFixturesCommand.php
index b42002cc196..c817d2e0766 100644
--- a/setup/src/Magento/Setup/Console/Command/GenerateFixturesCommand.php
+++ b/setup/src/Magento/Setup/Console/Command/GenerateFixturesCommand.php
@@ -17,6 +17,7 @@ use Symfony\Component\Console\Output\OutputInterface;
 
 /**
  * Command generates fixtures for performance tests
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
  */
 class GenerateFixturesCommand extends Command
 {
-- 
GitLab