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 *