Completed
Pull Request — master (#18)
by
unknown
24:42
created
test/unit/Client/GuzzleClient/ClientHeadersTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,10 +5,8 @@
 block discarded – undo
5 5
 namespace Bip70\Test\Client\GuzzleClient;
6 6
 
7 7
 use Bip70\Client\Exception\ProtocolException;
8
-use Bip70\Client\MIMEType;
9 8
 use Bip70\Client\NetworkConfig\BitcoinNetworkConfig;
10 9
 use PHPUnit\Framework\TestCase;
11
-
12 10
 use Bip70\Client\GuzzleHttpClient;
13 11
 use Bip70\X509\RequestValidation;
14 12
 use Bip70\X509\TrustStoreLoader;
Please login to merge, or discard this patch.
test/unit/Client/GuzzleClient/GetsSignedRequestTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 namespace Bip70\Test\Client\GuzzleClient;
6 6
 
7 7
 use Bip70\Client\GuzzleHttpClient;
8
-use Bip70\Client\MIMEType;
9 8
 use Bip70\Client\NetworkConfig\BitcoinNetworkConfig;
10 9
 use Bip70\Client\PaymentRequestInfo;
11 10
 use Bip70\Protobuf\Proto\PaymentDetails;
Please login to merge, or discard this patch.
test/unit/Client/GuzzleClient/GetsUnsignedRequestTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 namespace Bip70\Test\Client;
6 6
 
7 7
 use Bip70\Client\GuzzleHttpClient;
8
-use Bip70\Client\MIMEType;
9 8
 use Bip70\Client\NetworkConfig\BitcoinNetworkConfig;
10 9
 use Bip70\Client\PaymentRequestInfo;
11 10
 use Bip70\X509\RequestValidation;
Please login to merge, or discard this patch.