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 4e6498e commit a81144dCopy full SHA for a81144d
src/Magento/FunctionalTestingFramework/Test/Config/Converter/Dom/Flat.php
@@ -70,6 +70,7 @@ public function convert($source)
70
* @return string|array
71
* @throws \UnexpectedValueException
72
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
73
+ * @SuppressWarnings(PHPMD.NPathComplexity)
74
* Revisited to reduce cyclomatic complexity, left unrefactored for readability
75
*/
76
public function convertXml(\DOMNode $source, $basePath = '')
0 commit comments