Skip to content

Commit 2160152

Browse files
committed
MQE-610: [PHPMD] Reduce Cyclomatic Complexity in Problem Methods
Fixed unit tests
1 parent fa96ab1 commit 2160152

File tree

1 file changed

+1
-0
lines changed
  • src/Magento/FunctionalTestingFramework/ObjectManager/Config

1 file changed

+1
-0
lines changed

src/Magento/FunctionalTestingFramework/ObjectManager/Config/Config.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ public function getPreference($type)
152152
*
153153
* @param string $type
154154
* @return array
155+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
155156
* Revisited to reduce cyclomatic complexity, left unrefactored for readability
156157
*/
157158
protected function collectConfiguration($type)

0 commit comments

Comments
 (0)