Goracash/goracash-api-php-client

View on GitHub
src/Service/Contact.php

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Method normalizeParams has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

public function normalizeParams(array &$params)
{
$availableParams = array(
'date_lbound' => '',
'date_ubound' => '',
Severity: Minor
Found in src/Service/Contact.php - About 1 hr to fix
Category
Status