Passed
Push — main ( 19313d...a29eaf )
by Dan
01:56 queued 22s
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.