Completed
Push — master ( e6c2d6...3e7289 )
by Gareth
03:04
created
src/API/NTLMSoapClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
      */
94 94
     public function __call($name, $args)
95 95
     {
96
-        $this->__default_headers = array (
96
+        $this->__default_headers = array(
97 97
             $this->ewsHeaders['version'],
98 98
             $this->ewsHeaders['impersonation']
99 99
         );
Please login to merge, or discard this patch.