Completed
Push — master ( c42a0c...4c2102 )
by Gareth
05:13
created
examples/mail/creatingAnEmailUnsent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 require_once "vendor/autoload.php";
4 4
 
5 5
 use jamesiarmes\PEWS\API\Type;
6
-use jamesiarmes\PEWS\Mail\MailAPI;
7 6
 
8 7
 $api = MailApi::withUsernameAndPassword('server', 'username', 'password');
9 8
 
Please login to merge, or discard this patch.
examples/mail/gettingEmailAttachments.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
 require_once "vendor/autoload.php";
4 4
 
5
-use jamesiarmes\PEWS\API\Type;
6 5
 use jamesiarmes\PEWS\Mail\MailAPI;
7 6
 
8 7
 $api = MailAPI::withUsernameAndPassword('server', 'username', 'password');
Please login to merge, or discard this patch.
src/API.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace jamesiarmes\PEWS;
4 4
 
5 5
 use jamesiarmes\PEWS\API\ExchangeWebServices;
6
-use jamesiarmes\PEWS\API\ExchangeWebServicesAuth;
7 6
 use jamesiarmes\PEWS\API\Type;
8 7
 use jamesiarmes\PEWS\Calendar\CalendarAPI;
9 8
 use jamesiarmes\PEWS\Mail\MailAPI;
Please login to merge, or discard this patch.
src/API/NTLMSoapClient.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use jamesiarmes\PEWS\API\Type\ExchangeImpersonation;
6 6
 use SoapClient;
7
-use GuzzleHttp;
8 7
 use SoapHeader;
9 8
 use jamesiarmes\PEWS\HttpPlayback\HttpPlayback;
10 9
 
Please login to merge, or discard this patch.