Passed
Pull Request — develop (#38)
by
unknown
13:58
created
src/Listeners/LogoutDiscourseUser.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,8 +73,7 @@
 block discarded – undo
73 73
         try {
74 74
             // Get Discourse user to match this one, and send a Logout request to Discourse and get the response
75 75
             $response = $this->client->get("users/by-external/{$event->user->id}.json", $configs);
76
-        }
77
-        catch (BadResponseException $e) {
76
+        } catch (BadResponseException $e) {
78 77
             $response = $e->getResponse();
79 78
         }
80 79
 
Please login to merge, or discard this patch.