Passed
Push — master ( 384709...16ae1e )
by Michael
09:23
created
src/Request/JsonApiDocumentParameterConverter.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -101,8 +101,7 @@
 block discarded – undo
101 101
 
102 102
         try {
103 103
             $document = $this->hydrator->hydrate($decoded);
104
-        }
105
-        catch (InvalidDocumentException $exception) {
104
+        } catch (InvalidDocumentException $exception) {
106 105
             throw new BadRequestHttpException('Document hydration error: ' . $exception->getMessage(), $exception);
107 106
         }
108 107
 
Please login to merge, or discard this patch.