Skip to content

Commit b0ab5b0

Browse files
committed
🚿
1 parent 03f6a66 commit b0ab5b0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Psr18/HTTPClientAbstract.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
use chillerlan\HTTP\HTTPOptions;
1616
use chillerlan\HTTP\Psr17\{RequestFactory, ResponseFactory};
17-
use chillerlan\HTTP\Psr7\Request;
1817
use chillerlan\Settings\SettingsContainerInterface;
1918
use Psr\Http\Message\{RequestFactoryInterface, ResponseFactoryInterface, ResponseInterface};
2019
use Psr\Log\{LoggerAwareInterface, LoggerAwareTrait, LoggerInterface, NullLogger};

src/Psr18/LoggingClient.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
namespace chillerlan\HTTP\Psr18;
1616

17-
use chillerlan\HTTP\Psr17\ResponseFactory;
1817
use Psr\Http\Client\{ClientExceptionInterface, ClientInterface};
1918
use Psr\Http\Message\{RequestInterface, ResponseFactoryInterface, ResponseInterface};
2019
use Psr\Log\{LoggerAwareInterface, LoggerAwareTrait, LoggerInterface, NullLogger};

0 commit comments

Comments
 (0)