Passed
Pull Request — master (#16)
by
unknown
03:54
created
src/SkrillClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -313,7 +313,7 @@
 block discarded – undo
313 313
                 ]
314 314
             );
315 315
         } catch (ClientException $clientException) {
316
-            throw new Exception($clientException->getMessage() . ' - url: ' . $url . ' - data: ' . json_encode($parameters) . ' - client exception: ' . $clientException->getResponse()->getBody()->getContents());
316
+            throw new Exception($clientException->getMessage().' - url: '.$url.' - data: '.json_encode($parameters).' - client exception: '.$clientException->getResponse()->getBody()->getContents());
317 317
         }
318 318
     }
319 319
 }
Please login to merge, or discard this patch.