From 8bd149234726cadd7aa80f80aa41d517392369e3 Mon Sep 17 00:00:00 2001 From: Romain Ruaud Date: Fri, 25 Oct 2024 16:49:11 +0200 Subject: [PATCH] Code cleaning --- src/module-elasticsuite-core/Client/ClientBuilder.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/module-elasticsuite-core/Client/ClientBuilder.php b/src/module-elasticsuite-core/Client/ClientBuilder.php index 3517c5994..1eda343f5 100644 --- a/src/module-elasticsuite-core/Client/ClientBuilder.php +++ b/src/module-elasticsuite-core/Client/ClientBuilder.php @@ -258,6 +258,7 @@ private function isAwsSig4Enabled($options) /** * Get CredentialProvider Instance to be used with Sig4 authentication. + * @SuppressWarnings(PHPMD.StaticAccess) * * @param array $options The client options *