Completed
Push — master ( f80470...24f2ce )
by Gareth
03:25
created
src/API/ExchangeWebServices.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -452,7 +452,7 @@
 block discarded – undo
452 452
         }
453 453
 
454 454
         if ($code >= 300) {
455
-            throw new ExchangeException('SOAP client returned status of ' . $code, $code);
455
+            throw new ExchangeException('SOAP client returned status of '.$code, $code);
456 456
         }
457 457
 
458 458
         if (empty($response) || empty($response->getNonNullResponseMessages())) {
Please login to merge, or discard this patch.