mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 05:07:36 +02:00
Fix ES8 build
This commit is contained in:
@@ -25,10 +25,7 @@ use Elastic\Elasticsearch\ClientBuilder as ClientBuilder8;
|
|||||||
*/
|
*/
|
||||||
class ElasticsearchHandlerTest extends TestCase
|
class ElasticsearchHandlerTest extends TestCase
|
||||||
{
|
{
|
||||||
/**
|
protected Client|Client8 $client;
|
||||||
* @var Client|Client8 mock
|
|
||||||
*/
|
|
||||||
protected Client $client;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var array Default handler options
|
* @var array Default handler options
|
||||||
|
Reference in New Issue
Block a user