File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 21
21
use GuzzleHttp \Ring \Client \Middleware ;
22
22
use Psr \Log \LoggerInterface ;
23
23
use Psr \Log \NullLogger ;
24
- use Monolog \Logger ;
25
- use Monolog \Handler \StreamHandler ;
26
- use Monolog \Processor \IntrospectionProcessor ;
27
24
28
25
/**
29
26
* Class ClientBuilder
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ class Transport
48
48
* @param int $retries
49
49
* @param bool $sniffOnStart
50
50
* @param ConnectionPool\AbstractConnectionPool $connectionPool
51
- * @param \Psr\Log\LoggerInterface $log Monolog logger object
51
+ * @param \Psr\Log\LoggerInterface $log
52
52
*/
53
53
// @codingStandardsIgnoreStart
54
54
// "Arguments with default values must be at the end of the argument list" - cannot change the interface
You can’t perform that action at this time.
0 commit comments