Skip to content

Commit 489931a

Browse files
Fix coding standard violations (#4686)
1 parent cc4a57e commit 489931a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MultidomainType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
3030
{
3131
$entryOptions = $options['entry_options'];
3232
$entryOptions['required'] = ($options['required'] ?? false) || ($entryOptions['required'] ?? false);
33-
$entryOptions['constraints'] = $entryOptions['constraints'] ?? [];
33+
$entryOptions['constraints'] ??= [];
3434

3535
$domainIds = $this->domainIdsProvider->getAdminEnabledDomainIds();
3636

0 commit comments

Comments
 (0)