php code style fix

This commit is contained in:
nobohan
2022-04-20 08:52:15 +02:00
parent 7a6aa6edcb
commit f2c60cfd20
5 changed files with 9 additions and 10 deletions

View File

@@ -117,7 +117,7 @@ class MembersEditorNormalizer implements DenormalizerAwareInterface, Denormalize
$context
);
if (\array_key_exists('position', $concerned)) {
if (array_key_exists('position', $concerned)) {
$position = $this->denormalizer->denormalize(
$concerned['position'] ?? null,
Position::class,