Test Setup Failed
Push — develop ( e0b6c5...2b0ae3 )
by Jaime
04:53 queued 02:15
created
src/Clients/HttpClient.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 Cobak78\RancherApi\Clients;
4 4
 
5
-use GuzzleHttp\Client;
6 5
 use GuzzleHttp\ClientInterface;
7 6
 use GuzzleHttp\Exception\ClientException;
8 7
 use Psr\Http\Message\ResponseInterface;
Please login to merge, or discard this patch.
tests/Clients/WSClientTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
                     $conn->close();
33 33
                 });
34 34
 
35
-            }, function ($e) {
35
+            }, function($e) {
36 36
 
37 37
                 echo "Could not connect: {$e->getMessage()}\n";
38 38
             });
Please login to merge, or discard this patch.