We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11bb8e0 commit a89e2b0Copy full SHA for a89e2b0
src/Magento/FunctionalTestingFramework/Console/RunTestGroupCommand.php
@@ -54,6 +54,7 @@ protected function configure()
54
*
55
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
56
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
57
+ * @SuppressWarnings(PHPMD.NPathComplexity)
58
*/
59
protected function execute(InputInterface $input, OutputInterface $output): int
60
{
0 commit comments