From d681b91d83962646611abb80e5a546dfbd88db83 Mon Sep 17 00:00:00 2001 From: Vadym Honcharuk Date: Mon, 6 Jan 2025 18:51:43 +0200 Subject: [PATCH] [Indices] Feature #3452, phpcs warning --- src/module-elasticsuite-indices/Model/IndexStatsProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module-elasticsuite-indices/Model/IndexStatsProvider.php b/src/module-elasticsuite-indices/Model/IndexStatsProvider.php index 26bde5a17..8e05609af 100644 --- a/src/module-elasticsuite-indices/Model/IndexStatsProvider.php +++ b/src/module-elasticsuite-indices/Model/IndexStatsProvider.php @@ -194,7 +194,7 @@ public function indexStats($indexName, $alias): array /** * Get index settings with caching. * - * @param string $indexName + * @param string $indexName Index name. * @return array */ public function getIndexSettings(string $indexName): array