src/module-elasticsuite-tracker/Model/Event/Processor/OrderItems.php
Showing 1 of 1 total issue
Function process
has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring. Open
Open
public function process($eventData) { if (isset($eventData['page']['order']['items'])) { $eventData['page']['order']['items'] = array_values($eventData['page']['order']['items']); $eventDate = $eventData['date'] ?? null;
- Read upRead up