Skip to content

Commit 22374ac

Browse files
committed
Merged PR #948
1 parent 9ba89f9 commit 22374ac

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/Elasticsearch/ClientBuilder.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
use GuzzleHttp\Ring\Client\Middleware;
2222
use Psr\Log\LoggerInterface;
2323
use Psr\Log\NullLogger;
24-
use Monolog\Logger;
25-
use Monolog\Handler\StreamHandler;
26-
use Monolog\Processor\IntrospectionProcessor;
2724

2825
/**
2926
* Class ClientBuilder

src/Elasticsearch/Transport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class Transport
4848
* @param int $retries
4949
* @param bool $sniffOnStart
5050
* @param ConnectionPool\AbstractConnectionPool $connectionPool
51-
* @param \Psr\Log\LoggerInterface $log Monolog logger object
51+
* @param \Psr\Log\LoggerInterface $log
5252
*/
5353
// @codingStandardsIgnoreStart
5454
// "Arguments with default values must be at the end of the argument list" - cannot change the interface

0 commit comments

Comments
 (0)