Completed
Push — master ( 2e7ca6...665d5a )
by Ankit
03:17
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.
tests/TestSearch.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
 use PHPUnit_Framework_TestCase;
5 5
 use ChatApp\Register;
6 6
 use ChatApp\Search;
7
-use ChatApp\Session;
8
-
9 7
 use Dotenv\Dotenv;
10 8
 $dotenv = new Dotenv(dirname(__DIR__));
11 9
 $dotenv->load();
Please login to merge, or discard this patch.