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 0daf945 commit 94b67a7Copy full SHA for 94b67a7
src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php
@@ -15,6 +15,7 @@
15
* Class ModuleResolver, resolve module path based on enabled modules of target Magento instance.
16
*
17
* @api
18
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
19
*/
20
class ModuleResolver
21
{
@@ -516,6 +517,7 @@ private function getComposerInstalledTestModulePaths($composerFile)
516
517
* @param array $objectArray
518
* @param array $filterArray
519
* @return array
520
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
521
522
private function flipAndFilterModulePathsArray($objectArray, $filterArray = null)
523
0 commit comments