@@ -101,8 +101,7 @@ |
||
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 |