fix code syntax using php stan

This commit is contained in:
nobohan
2021-12-06 10:06:55 +01:00
parent 3c3d63e286
commit 15c7c6ccde
5 changed files with 5 additions and 7 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);
}