Completed
Branch master (390e4e)
by Taosikai
14:19
created
src/Client/Subscriber/LoggerSubscriber.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use Spike\Client\Application;
10 10
 use Spike\Client\EventStore;
11 11
 use Spike\Logger\Logger;
12
-use Symfony\Component\Console\Output\OutputInterface;
13 12
 
14 13
 class LoggerSubscriber extends Subscriber
15 14
 {
Please login to merge, or discard this patch.
src/Server/TunnelServer/ProxyConnection.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 namespace Spike\Server\TunnelServer;
7 7
 
8 8
 use React\Socket\ConnectionInterface;
9
-use React\Stream\DuplexStreamInterface;
10 9
 
11 10
 class ProxyConnection
12 11
 {
Please login to merge, or discard this patch.