Skip to content

Commit d94d556

Browse files
committed
Fix cs
1 parent 36c7f09 commit d94d556

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/Client.php

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

33
namespace Http\Client\Socket;
44

5-
use Http\Client\Exception\NetworkException;
65
use Http\Client\HttpClient;
76
use Http\Client\Socket\Exception\ConnectionException;
87
use Http\Client\Socket\Exception\InvalidRequestException;

src/RequestWriter.php

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

33
namespace Http\Client\Socket;
44

5-
use Http\Client\Exception\NetworkException;
65
use Http\Client\Socket\Exception\BrokenPipeException;
76
use Psr\Http\Message\RequestInterface;
87

src/ResponseReader.php

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

33
namespace Http\Client\Socket;
44

5-
use Http\Client\Exception\NetworkException;
65
use Http\Client\Socket\Exception\BrokenPipeException;
76
use Http\Client\Socket\Exception\TimeoutException;
87
use Http\Message\ResponseFactory;

0 commit comments

Comments
 (0)