Completed
Push — master ( 322b36...b65b29 )
by Tobias
02:37
created
src/Http/GuzzleRequest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -115,9 +115,9 @@
 block discarded – undo
115 115
         }
116 116
 
117 117
         try {
118
-            return (string)$response->xml()->message;
118
+            return (string) $response->xml()->message;
119 119
         } catch (\Exception $ex) {
120
-            return 'Excpetion while processing error response. Error reason phrase: ' . $response->getReasonPhrase();
120
+            return 'Excpetion while processing error response. Error reason phrase: '.$response->getReasonPhrase();
121 121
         }
122 122
     }
123 123
 
Please login to merge, or discard this patch.