src/module-elasticsuite-tracker/Model/EventIndex.php
Showing 1 of 1 total issue
Function indexEvents
has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring. Open
Open
public function indexEvents($events) { $bulk = $this->indexOperation->createBulk(); $indices = [];
- Read upRead up