Skip to content

Commit

Permalink
Merged PR #948
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Sep 2, 2019
1 parent 0c93d0e commit f8e7031
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/Elasticsearch/ClientBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
use GuzzleHttp\Ring\Client\Middleware;
use Psr\Log\LoggerInterface;
use Psr\Log\NullLogger;
use Monolog\Logger;
use Monolog\Handler\StreamHandler;
use Monolog\Processor\IntrospectionProcessor;

/**
* Class ClientBuilder
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Transport.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Transport
* @param int $retries
* @param bool $sniffOnStart
* @param ConnectionPool\AbstractConnectionPool $connectionPool
* @param \Psr\Log\LoggerInterface $log Monolog logger object
* @param \Psr\Log\LoggerInterface $log
*/
// @codingStandardsIgnoreStart
// "Arguments with default values must be at the end of the argument list" - cannot change the interface
Expand Down

0 comments on commit f8e7031

Please sign in to comment.