Mirocow/yii2-elasticsearch-log

View on GitHub
src/LogTargetIndex.php

Summary

Maintainability
B
5 hrs
Test Coverage

Method indexConfig has 135 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function indexConfig(): array
    {
        return [
            'index' => $this->name(),
            'body' => [
Severity: Major
Found in src/LogTargetIndex.php - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status