Merge branch 'master' into 327_pinned_comment

This commit is contained in:
2021-12-14 18:40:12 +01:00
13 changed files with 1045 additions and 384 deletions

View File

@@ -186,7 +186,7 @@ class HouseholdMemberController extends ApiController
$_format,
['groups' => ['read']]
);
} catch (Exception\InvalidArgumentException|Exception\UnexpectedValueException $e) {
} catch (Exception\InvalidArgumentException | Exception\UnexpectedValueException $e) {
throw new BadRequestException("Deserialization error: {$e->getMessage()}", 45896, $e);
}