src/Service/DataDaily.php
Showing 1 of 1 total issue
Function checkDates
has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring. Open
Open
public function checkDates(array &$params) { if (!empty($params['dates'])) { foreach ($params['dates'] as $date) { if (!$this->utils->isSystemDate($date)) {
- Read upRead up
- Create a ticketCreate a ticket