Passed
Pull Request — main (#4)
by
unknown
03:34
created
src/Message/AcceptNotification.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,8 +28,7 @@
 block discarded – undo
28 28
 
29 29
         try {
30 30
             $httpResponse = $this->httpClient->request('GET', $this->getEndpoint('sessions/' . $sessionId), $headers);
31
-        }
32
-        catch (\Exception $exception) {
31
+        } catch (\Exception $exception) {
33 32
             throw new InvalidRequestException($exception->getMessage());
34 33
         }
35 34
 
Please login to merge, or discard this patch.