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 fa96ab1 commit 2160152Copy full SHA for 2160152
src/Magento/FunctionalTestingFramework/ObjectManager/Config/Config.php
@@ -152,6 +152,7 @@ public function getPreference($type)
152
*
153
* @param string $type
154
* @return array
155
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
156
* Revisited to reduce cyclomatic complexity, left unrefactored for readability
157
*/
158
protected function collectConfiguration($type)
0 commit comments