Smile-SA/elasticsuite

View on GitHub
src/module-elasticsuite-indices/Model/Healthcheck/PrimaryShardsConfigCheck.php

Summary

Maintainability
A
1 hr
Test Coverage

Showing 2 of 2 total issues

Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

IndexSettingsHelper $indexSettingsHelper,
IndexStatsProvider $indexStatsProvider,
UrlInterface $urlBuilder,
int $sortOrder = 20,
int $severity = MessageInterface::SEVERITY_MINOR

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

    public function __construct(
    IndexSettingsHelper $indexSettingsHelper,
    IndexStatsProvider $indexStatsProvider,
    UrlInterface $urlBuilder,
    int $sortOrder = 20,
    src/module-elasticsuite-indices/Model/Healthcheck/ReplicasConfigCheck.php on lines 65..75

    There are no issues that match your filters.

    Category
    Status