Passed
Push — master ( 78234a...a33c53 )
by Michael
04:14
created
src/HttpClient/Decorator/SymfonyEventDispatcherDecorator.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -82,8 +82,7 @@
 block discarded – undo
82 82
 
83 83
         try {
84 84
             $response = $this->client->request($requestEvent->getRequest());
85
-        }
86
-        catch (\Throwable $exception) {
85
+        } catch (\Throwable $exception) {
87 86
             $exceptionEvent = new ExceptionEvent($request, $exception);
88 87
             $this->dispatcher->dispatch($this->exceptionEvent, $exceptionEvent);
89 88
 
Please login to merge, or discard this patch.