diff --git a/src/module-elasticsuite-indices/Model/IndexStatsProvider.php b/src/module-elasticsuite-indices/Model/IndexStatsProvider.php index 8e05609af..05314fb9e 100644 --- a/src/module-elasticsuite-indices/Model/IndexStatsProvider.php +++ b/src/module-elasticsuite-indices/Model/IndexStatsProvider.php @@ -196,6 +196,8 @@ public function indexStats($indexName, $alias): array * * @param string $indexName Index name. * @return array + * + * @SuppressWarnings(PHPMD.ElseExpression) */ public function getIndexSettings(string $indexName): array {