Skip to content

Commit ae87f16

Browse files
committed
MQE-1147: make mftf.log visible on server
- static check fixes
1 parent 86fe855 commit ae87f16

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Magento/FunctionalTestingFramework/Console/BuildProjectCommand.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
namespace Magento\FunctionalTestingFramework\Console;
99

1010
use Magento\FunctionalTestingFramework\Util\Logger\LoggingUtil;
11-
use Magento\Invitation\Model\Logging;
1211
use Symfony\Component\Console\Command\Command;
1312
use Symfony\Component\Console\Input\ArrayInput;
1413
use Symfony\Component\Filesystem\Filesystem;
@@ -19,6 +18,12 @@
1918
use Magento\FunctionalTestingFramework\Util\Env\EnvProcessor;
2019
use Symfony\Component\Yaml\Yaml;
2120

21+
/**
22+
* Class BuildProjectCommand
23+
* @package Magento\FunctionalTestingFramework\Console
24+
*
25+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
26+
*/
2227
class BuildProjectCommand extends Command
2328
{
2429
const DEFAULT_YAML_INLINE_DEPTH = 10;

0 commit comments

Comments
 (0)