Completed
Push — master ( c3a2f6...5765e4 )
by Aurimas
16:41
created
src/HttpServer.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -5,14 +5,11 @@
 block discarded – undo
5 5
 use GuzzleHttp\Psr7\Response;
6 6
 use Psr\Http\Message\ResponseInterface;
7 7
 use Psr\Http\Message\ServerRequestInterface;
8
-use Thruster\Component\Promise\PromiseInterface;
9 8
 use Thruster\Component\Socket\Server;
10
-use Thruster\Component\Socket\Connection;
11 9
 use Thruster\Component\Socket\ServerInterface;
12 10
 use Thruster\Component\Socket\ConnectionInterface;
13 11
 use Thruster\Component\HttpModifier\RequestModifierInterface;
14 12
 use Thruster\Component\HttpModifier\ResponseModifierInterface;
15
-use Thruster\Component\HttpModifier\RequestModifierCollection;
16 13
 use Thruster\Component\HttpModifier\ResponseModifierCollection;
17 14
 use Thruster\Component\HttpModifier\ServerRequestModifierCollection;
18 15
 use Thruster\Component\HttpModifiers\AddServerTimeModifier;
Please login to merge, or discard this patch.