Skip to content

Commit 4e473ef

Browse files
committed
fix setLogger compatibility issue
1 parent 6438940 commit 4e473ef

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

src/BaseClient.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -408,20 +408,6 @@ public function setStreamFactory($streamFactory)
408408
return $this;
409409
}
410410

411-
/**
412-
* Sets a logger.
413-
*
414-
* @param LoggerInterface $logger
415-
*
416-
* @return $this
417-
*/
418-
public function setLogger(LoggerInterface $logger)
419-
{
420-
$this->logger = $logger;
421-
422-
return $this;
423-
}
424-
425411
/**
426412
* @return ResponseBuilder
427413
*/

0 commit comments

Comments
 (0)