Skip to content

Commit cd94d20

Browse files
committed
MQE-1749: Review Community PR #433
1 parent 6a5f52a commit cd94d20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Magento/FunctionalTestingFramework/DataGenerator/Persist/OperationDataArrayResolver.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ public function __construct($dependentEntities = null)
6767
* @param boolean $fromArray
6868
* @return array
6969
* @throws \Exception
70+
*
71+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
72+
* I suppressed this warning because I was in a hurry to deliver a community PR. That PR modified this function and
73+
* introduced a new conditional, bumping the complexity to 11.
7074
*/
7175
public function resolveOperationDataArray($entityObject, $operationMetadata, $operation, $fromArray = false)
7276
{

0 commit comments

Comments
 (0)