Completed
Push — master ( 52ef0c...b4ceaf )
by Stéphane
01:21
created
src/HttpClientFactory.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 StephaneCoinon\SendGridActivity;
4 4
 
5
+use Http\Client\Common\PluginClient;
5 6
 use Http\Client\Common\Plugin\AuthenticationPlugin;
6 7
 use Http\Client\Common\Plugin\ErrorPlugin;
7
-use Http\Client\Common\PluginClient;
8 8
 use Http\Client\HttpClient;
9 9
 use Http\Discovery\HttpClientDiscovery;
10 10
 use Http\Message\Authentication\Bearer;
Please login to merge, or discard this patch.
src/SendGrid.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Http\Discovery\UriFactoryDiscovery;
9 9
 use StephaneCoinon\SendGridActivity\HttpClientFactory;
10 10
 use StephaneCoinon\SendGridActivity\Requests\Request;
11
-use StephaneCoinon\SendGridActivity\Support\Collection;
12 11
 
13 12
 /**
14 13
  * SendGrid API client.
Please login to merge, or discard this patch.