Passed
Pull Request — master (#248)
by
unknown
04:11
created
src/Log/Webhook.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -258,7 +258,7 @@
 block discarded – undo
258 258
         } catch (BadResponseException $e) {
259 259
             throw new Exception('webhook failed: ' . $this->uri . ' (' . $e->getResponse()->getStatusCode() . ' ' . $e->getResponse()->getReasonPhrase() . ')');
260 260
         } catch (RequestException $e) {
261
-            throw new Exception('could not reach webhook: ' . $this->uri. ' (' . $e->getMessage() . ')');
261
+            throw new Exception('could not reach webhook: ' . $this->uri . ' (' . $e->getMessage() . ')');
262 262
         }
263 263
     }
264 264
 }
Please login to merge, or discard this patch.