Completed
Push — master ( 82144c...a91b98 )
by Meng
02:44
created
src/RequestBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -189,7 +189,7 @@
 block discarded – undo
189 189
         $headers = [];
190 190
         if ($this->httpMethod == 'POST') {
191 191
             $headers['Content-Length'] = strlen($this->soapMessage->getContents());
192
-            $headers['Content-Type'] = 'application/soap+xml; charset="utf-8"' . '; action="' . $this->soapAction . '"';
192
+            $headers['Content-Type'] = 'application/soap+xml; charset="utf-8"'.'; action="'.$this->soapAction.'"';
193 193
         } else {
194 194
             $headers['Accept'] = 'application/soap+xml';
195 195
         }
Please login to merge, or discard this patch.