src/module-elasticsuite-indices/Model/Healthcheck/GhostIndicesCheck.php
Showing 1 of 1 total issue
Function getNumberOfGhostIndices
has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring. Open
Open
private function getNumberOfGhostIndices(): int { $ghostIndices = 0; $elasticsuiteIndices = $this->indexStatsProvider->getElasticSuiteIndices();
- Read upRead up