Completed
Push — master ( 4bb045...db650a )
by Rémi
12s
created
tests/Mremi/Flowdock/Tests/Api/Push/ChatMessageTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace Mremi\Flowdock\Tests\Api\Push;
13 13
 
14 14
 use GuzzleHttp\Psr7\Response;
15
-
16 15
 use Mremi\Flowdock\Api\Push\ChatMessage;
17 16
 
18 17
 /**
Please login to merge, or discard this patch.
tests/Mremi/Flowdock/Tests/Api/Push/PushTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace Mremi\Flowdock\Tests\Api\Push;
13 13
 
14 14
 use GuzzleHttp\Psr7\Response;
15
-
16 15
 use Mremi\Flowdock\Api\Push\BaseMessageInterface;
17 16
 use Mremi\Flowdock\Api\Push\ChatMessage;
18 17
 use Mremi\Flowdock\Api\Push\Push;
Please login to merge, or discard this patch.
tests/Mremi/Flowdock/Tests/Api/Push/TeamInboxMessageTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace Mremi\Flowdock\Tests\Api\Push;
13 13
 
14 14
 use GuzzleHttp\Psr7\Response;
15
-
16 15
 use Mremi\Flowdock\Api\Push\TeamInboxMessage;
17 16
 
18 17
 /**
Please login to merge, or discard this patch.