Completed
Push — master ( ecff9e...b0a821 )
by Gareth
08:05 queued 05:02
created
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.
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 garethp\ews\API\Type;
6
-use garethp\ews\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 garethp\ews\API\Type;
6 5
 use garethp\ews\Mail\MailAPI;
7 6
 
8 7
 $api = MailAPI::withUsernameAndPassword('server', 'username', 'password');
Please login to merge, or discard this patch.
src/API/ExchangeWebServices.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -78,10 +78,10 @@
 block discarded – undo
78 78
     const VERSION_2010_SP2 = 'Exchange2010_SP2';
79 79
 
80 80
     /**
81
-    * Microsoft Exchange 2010 SP3
82
-    *
83
-    * @var string
84
-    */
81
+     * Microsoft Exchange 2010 SP3
82
+     *
83
+     * @var string
84
+     */
85 85
     const VERSION_2010_SP3 = 'Exchange2010_SP2';
86 86
 
87 87
     /**
Please login to merge, or discard this patch.