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 e2ac7e4 commit f6ccbb5Copy full SHA for f6ccbb5
src/Magento/FunctionalTestingFramework/Console/BaseGenerateCommand.php
@@ -353,6 +353,7 @@ protected function appendRunFailed()
353
* Replace content of file 'failed' with content in file 'failed_all'
354
*
355
* @return void
356
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
357
*/
358
protected function updateRunFailedWithFailedAll()
359
{
0 commit comments