RushCode/m1-api

View on GitHub
src/Abstracts/RequestMethods.php

Summary

Maintainability
A
35 mins
Test Coverage

Showing 1 of 1 total issue

Function export has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

final public function export()
{
$finalArray = [];
$mandatoryFields = $this->getMandatoryFields();
 
 
Severity: Minor
Found in src/Abstracts/RequestMethods.php - About 35 mins to fix
Category
Status