Completed
Pull Request — master (#319)
by
unknown
01:20
created
src/Traits/PayPalHttpClient.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,9 +3,6 @@
 block discarded – undo
3 3
 namespace Srmklive\PayPal\Traits;
4 4
 
5 5
 use GuzzleHttp\Client as HttpClient;
6
-use GuzzleHttp\Exception\BadResponseException as HttpBadResponseException;
7
-use GuzzleHttp\Exception\ClientException as HttpClientException;
8
-use GuzzleHttp\Exception\ServerException as HttpServerException;
9 6
 
10 7
 trait PayPalHttpClient
11 8
 {
Please login to merge, or discard this patch.