Completed
Pull Request — master (#66)
by marijn
03:01
created
src/API/ExchangeWebServices.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -266,14 +266,14 @@
 block discarded – undo
266 266
         $this->server = $server;
267 267
         $this->version = $options['version'];
268 268
 
269
-	    $backup = libxml_disable_entity_loader(false);
269
+     $backup = libxml_disable_entity_loader(false);
270 270
         $this->soap = new NTLMSoapClient(
271 271
             $location,
272 272
             $auth,
273 273
             dirname(__FILE__) . '/../../Resources/wsdl/services.wsdl',
274 274
             $options
275 275
         );
276
-	    libxml_disable_entity_loader($backup);
276
+     libxml_disable_entity_loader($backup);
277 277
 
278 278
         if (isset($options['primarySmtpEmailAddress'])) {
279 279
             $this->setPrimarySmtpEmailAddress($options['primarySmtpEmailAddress']);
Please login to merge, or discard this patch.