Completed
Push — gus-environment ( 0d6956 )
by Kamil
22:26
created
Sylius/Bundle/AdminBundle/Tests/Controller/NotificationControllerTest.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,15 +13,14 @@
 block discarded – undo
13 13
 
14 14
 use GuzzleHttp\ClientInterface;
15 15
 use GuzzleHttp\Exception\ConnectException;
16
-use GuzzleHttp\Psr7\Uri;
17 16
 use Http\Message\MessageFactory;
18 17
 use Prophecy\Argument;
19 18
 use Psr\Http\Message\RequestInterface;
20 19
 use Psr\Http\Message\ResponseInterface;
21 20
 use Psr\Http\Message\StreamInterface;
22 21
 use Sylius\Bundle\AdminBundle\Controller\NotificationController;
23
-use Symfony\Component\HttpFoundation\Request;
24 22
 use Symfony\Component\HttpFoundation\JsonResponse;
23
+use Symfony\Component\HttpFoundation\Request;
25 24
 
26 25
 /**
27 26
  * @author Jan Góralski <[email protected]>
Please login to merge, or discard this patch.