Test Setup Failed
Pull Request — master (#3)
by Sebastien
03:11
created
src/Connection.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,9 @@
 block discarded – undo
2 2
 namespace SamIT\React\Smtp;
3 3
 
4 4
 
5
-use React\Dns\Query\TimeoutException;
6 5
 use React\EventLoop\LoopInterface;
7 6
 use React\EventLoop\Timer\TimerInterface;
8 7
 use React\Socket\ConnectionInterface;
9
-use React\Stream\WritableStream;
10 8
 
11 9
 class Connection extends \React\Socket\Connection{
12 10
     const STATUS_NEW = 0;
Please login to merge, or discard this patch.
src/Server.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -2,11 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace SamIT\React\Smtp;
4 4
 
5
-use Evenement\EventEmitter;
6 5
 use React\EventLoop\LoopInterface;
7
-use React\Http\ServerInterface;
8
-use React\Socket\ServerInterface as SocketServerInterface;
9
-use React\Socket\ConnectionInterface;
10 6
 
11 7
 /** @event request */
12 8
 class Server extends \React\Socket\Server
Please login to merge, or discard this patch.