From 04615ea1d637f751c16519a6fa64161e17b6399d Mon Sep 17 00:00:00 2001 From: Vadym Honcharuk Date: Mon, 25 Nov 2024 15:42:26 +0200 Subject: [PATCH] [Core] Feature #3432, phpmd warning --- src/module-elasticsuite-core/Healthcheck/HealthcheckList.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/module-elasticsuite-core/Healthcheck/HealthcheckList.php b/src/module-elasticsuite-core/Healthcheck/HealthcheckList.php index 587f99b26..5f0573d4c 100644 --- a/src/module-elasticsuite-core/Healthcheck/HealthcheckList.php +++ b/src/module-elasticsuite-core/Healthcheck/HealthcheckList.php @@ -46,6 +46,7 @@ public function __construct(array $checks = []) * Sorts the checks based on the value returned by each check's `getSortOrder` method. * * @return CheckInterface[] Array of health checks sorted by order. + * @SuppressWarnings(PHPMD.ShortVariable) */ public function getChecks(): array {