Completed
Push — master ( 371cc9...a70bec )
by James
03:13
created
script/build-classmap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
         // If there is an override for this class, rename the base name to
36 36
         // match.
37 37
         $classname = $basename = basename($file, '.php');
38
-        if (isset($overrides["$namespace\\\\$basename"]))  {
38
+        if (isset($overrides["$namespace\\\\$basename"])) {
39 39
             $basename = $overrides["$namespace\\\\$basename"];
40 40
         }
41 41
 
Please login to merge, or discard this patch.
src/jamesiarmes/PhpEws/Ntlm/SoapClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
         $this->__last_request_headers = $headers;
78 78
 
79 79
         // Only reinitialize curl handle if the location is different.
80
-        if(!$this->ch || curl_getinfo($this->ch, CURLINFO_EFFECTIVE_URL) != $location) {
80
+        if (!$this->ch || curl_getinfo($this->ch, CURLINFO_EFFECTIVE_URL) != $location) {
81 81
             $this->ch = curl_init($location);
82 82
         }
83 83
 
Please login to merge, or discard this patch.