From 8a356498d91c9aaac86b6a51243a89f371aaae9f Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sun, 8 May 2022 23:08:23 +0200 Subject: [PATCH] Fix ES8 build --- tests/Monolog/Handler/ElasticsearchHandlerTest.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/Monolog/Handler/ElasticsearchHandlerTest.php b/tests/Monolog/Handler/ElasticsearchHandlerTest.php index 0b4447d9..e8e466df 100644 --- a/tests/Monolog/Handler/ElasticsearchHandlerTest.php +++ b/tests/Monolog/Handler/ElasticsearchHandlerTest.php @@ -25,10 +25,7 @@ use Elastic\Elasticsearch\ClientBuilder as ClientBuilder8; */ class ElasticsearchHandlerTest extends TestCase { - /** - * @var Client|Client8 mock - */ - protected Client $client; + protected Client|Client8 $client; /** * @var array Default handler options