Completed
Push — master ( 55e422...933198 )
by Gareth
03:32
created
src/API.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@  discard block
 block discarded – undo
2 2
 
3 3
 namespace garethp\ews;
4 4
 
5
-use garethp\ews\API\Exception\ExchangeException;
6 5
 use garethp\ews\API\ExchangeWebServices;
7 6
 use garethp\ews\API\ItemUpdateBuilder;
8 7
 use garethp\ews\API\Message\GetServerTimeZonesType;
@@ -11,7 +10,6 @@  discard block
 block discarded – undo
11 10
 use garethp\ews\API\Type;
12 11
 use garethp\ews\Calendar\CalendarAPI;
13 12
 use garethp\ews\Mail\MailAPI;
14
-use garethp\ews\API\FieldURIManager;
15 13
 
16 14
 /**
17 15
  * A base class for APIs
Please login to merge, or discard this patch.