fix code style

This commit is contained in:
Julien Fastré 2021-12-08 11:14:46 +01:00 committed by Julie Lenaerts
parent 12309ca1b5
commit 47574f82aa

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);
}