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:
@@ -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
|
||||
|
Reference in New Issue
Block a user