Completed
Push — master ( 2604a0...14e09a )
by Joachim
02:14
created
Tests/Command/ConsumeWebhookQueueCommandTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Loevgaard\DandomainAltapayBundle\Tests\Command;
4 4
 
5
-use GuzzleHttp\Client;
6 5
 use GuzzleHttp\ClientInterface;
7 6
 use GuzzleHttp\Exception\TransferException;
8 7
 use JMS\Serializer\SerializerBuilder;
Please login to merge, or discard this patch.
Tests/Entity/WebhookQueueItemTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Loevgaard\DandomainAltapayBundle\Tests\Entity;
4 4
 
5
+use GuzzleHttp\Psr7;
5 6
 use GuzzleHttp\Psr7\Request;
6 7
 use GuzzleHttp\Psr7\Response;
7
-use GuzzleHttp\Psr7;
8 8
 use Loevgaard\DandomainAltapayBundle\Entity\WebhookExchange;
9 9
 use Loevgaard\DandomainAltapayBundle\Entity\WebhookQueueItem;
10 10
 use PHPUnit\Framework\TestCase;
Please login to merge, or discard this patch.