Goracash/goracash-api-php-client

View on GitHub
src/Service/DataDaily.php

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Function checkDates has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
Open

public function checkDates(array &$params)
{
if (!empty($params['dates'])) {
foreach ($params['dates'] as $date) {
if (!$this->utils->isSystemDate($date)) {
Severity: Minor
Found in src/Service/DataDaily.php - About 1 hr to fix
Category
Status