1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-05 12:47:39 +02:00

Fix ES8 build

This commit is contained in:
Jordi Boggiano
2022-05-08 23:08:23 +02:00
parent 1181473f4b
commit 8a356498d9

View File

@@ -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