Completed
Pull Request — master (#3)
by
unknown
04:15 queued 03:02
created
src/RequestBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -186,7 +186,7 @@
 block discarded – undo
186 186
         $headers = [];
187 187
         if ($this->httpMethod == 'POST') {
188 188
             $headers['Content-Length'] = $this->soapMessage->getSize();
189
-            $headers['Content-Type'] = 'application/soap+xml; charset="utf-8"' . '; action="' . $this->soapAction . '"';
189
+            $headers['Content-Type'] = 'application/soap+xml; charset="utf-8"'.'; action="'.$this->soapAction.'"';
190 190
         } else {
191 191
             $headers['Accept'] = 'application/soap+xml';
192 192
         }
Please login to merge, or discard this patch.