Test Setup Failed
Push — master ( 15356d...37eca5 )
by Ankit
02:27
created
src/Chat.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 ChatApp;
3 3
 use Ratchet\MessageComponentInterface;
4 4
 use Ratchet\ConnectionInterface;
5
-use ChatApp\Models\Message;
6 5
 use ChatApp\Reply;
7 6
 use ChatApp\Conversation;
8 7
 use ChatApp\Receiver;
9
-use ChatApp\SideBar;
10 8
 use ChatApp\Search;
11 9
 use ChatApp\Compose;
12 10
 
Please login to merge, or discard this patch.
src/Receiver.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace ChatApp;
4 4
 require_once (dirname(__DIR__) . '/database.php');
5 5
 use ChatApp\User;
6
-use ChatApp\Time;
7 6
 use ChatApp\Conversation;
8 7
 /**
9 8
 *
Please login to merge, or discard this patch.